modin.pandas.Series.transform¶

Series.transform(func, axis=0, *args, **kwargs) → Series[source]¶

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