You are viewing documentation about an older version (1.24.0). View latest version

modin.pandas.DataFrame.truediv

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

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