modin.pandas.DataFrame.rtruediv¶

DataFrame.rtruediv(other, axis='columns', level=None, fill_value=None)[source]¶

Get floating division of DataFrame and other, element-wise (binary operator rtruediv).