modin.pandas.DataFrame.rfloordiv¶

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

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