modin.pandas.DataFrame.mul¶

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

Get multiplication of DataFrame and other, element-wise (binary operator mul).