Skip to content
New issue

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

[FEATURE] Support Polars DataFrames #430

Closed
goodwanghan opened this issue Feb 17, 2023 · 0 comments · Fixed by #439
Closed

[FEATURE] Support Polars DataFrames #430

goodwanghan opened this issue Feb 17, 2023 · 0 comments · Fixed by #439
Labels
enhancement New feature or request polars
Milestone

Comments

@goodwanghan
Copy link
Collaborator

goodwanghan commented Feb 17, 2023

We will start supporting Polars.

This the first feature we can support, we make transform recognize polars dataframes

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 ^^^

@goodwanghan goodwanghan added enhancement New feature or request polars labels Feb 17, 2023
@goodwanghan goodwanghan added this to the 0.8.2 milestone Mar 6, 2023
@goodwanghan goodwanghan linked a pull request Mar 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request polars
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant