-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fugue integration #13
Comments
Solves some of the same goals as #4. |
I am unsure if fugue or another library is the best choice. E.g. consider ibis: https://ibis-project.org/why |
Further, I don't know if fugue will help move data from xarray to distributed execution engines or not. For several interesting integrations, like BQ, it looks like fugue just reads from there, it does not load data into the system. More knowledge about their df interface is needed. |
I think ibis or Beam is a better choice than fugue. There isn't a need to integrate within this package. Closing. |
Support Fugue Dataframes. Test execution on PySpark, Dask, DuckDB, and BQ via Fugue.
The text was updated successfully, but these errors were encountered: