modin.pandas.DataFrame.floordiv¶

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

Get integer division of DataFrame and other, element-wise (binary operator floordiv).