modin.pandas.DataFrame.mod¶

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

Get modulo of DataFrame and other, element-wise (binary operator mod).