We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We will start supporting Polars.
This the first feature we can support, we make transform recognize polars dataframes
transform
import polars as pl import fugue.api as fa def func(df:pl.DataFrame) -> pl.DataFrame: ... fa.transform(any_dataframe, func, engine=any_engine)
@ritchie46 ^^^
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We will start supporting Polars.
This the first feature we can support, we make
transform
recognize polars dataframes@ritchie46 ^^^
The text was updated successfully, but these errors were encountered: