modin.pandas.Series.transform

Series.transform(func, axis=0, *args, **kwargs)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/modin/plugin/extensions/series_overrides.py#L142-L144)

Call func on self producing a BasePandasDataset with the same axis shape as self.

Language: English