pandas.Series.to_expr
Converts a pandas Series
to a Pyoframe Expression, using the index for labels.
See Special Functions for more details.
Note that no equivalent method exists for Polars Series, as Polars does not support indexes.
Converts a pandas Series
to a Pyoframe Expression, using the index for labels.
See Special Functions for more details.
Note that no equivalent method exists for Polars Series, as Polars does not support indexes.
pyoframe/_monkey_patch.py
Comments