modin.pandas.DataFrame.mul¶

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

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