modin.pandas.DataFrame.rmul¶ DataFrame.rmul(other, axis='columns', level=None, fill_value=None) → DataFrame[source]¶ Get multiplication of DataFrame and other, element-wise (binary operator mul).