modin.pandas.Series.mul

Series.mul(other, level=None, fill_value=None, axis=0)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/modin/plugin/extensions/series_overrides.py#L689-L695)

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

Language: English