modin.pandas.DataFrame.rdiv¶

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

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