modin.pandas.Series.transform¶
- Series.transform(func, axis=0, *args, **kwargs)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/pandas/base.py#L3790-L3808)¶
Call
func
on self producing a BasePandasDataset with the same axis shape as self.