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

Add unsupported formats to save_dataframe #9

Open
Omar-Usmani opened this issue Jul 5, 2024 · 0 comments
Open

Add unsupported formats to save_dataframe #9

Omar-Usmani opened this issue Jul 5, 2024 · 0 comments
Assignees

Comments

@Omar-Usmani
Copy link
Collaborator

gbq and orc outputs are not currently supported, as gbq is not a local file format, but a cloud-based one and orc does not seem to work with pyarrow (at least in Windows).

Note that Pandas has a few more export formats that we skipped orc is not supported in arrows (ar least on Windows) https://stackoverflow.com/questions/58822095/no-module-named-pyarrow-orc gbq is about Google cloud storage, not about local files https://cloud.google.com/bigquery/docs/introduction Note that clipboard does not produce a file, but can still be used locally, so the function supports it.

@Omar-Usmani Omar-Usmani self-assigned this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant