-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Pyarrow CSV Reader Integration Tracker #38872
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
Comments
FTR not all of these options are being targeted on the Arrow side (at least for the time being) xref discussion in #23697 |
@lithomas1 As long as we don't bump the minimum pyarrow version we are really limited what we can support. Theoretically, we could write a function determining the unsupported actions based on the pyarrow version which is installed. This would allow us to circumvent the minimum pyarrow version if users have a newer pyarrow installed. |
@lithomas1 status here? |
Sorry for the silence here (forgot to post), planning on updating this list at the very least (some options are deprecated). |
Uh oh!
There was an error while loading. Please reload this page.
Issue tracking Pyarrow engine integration in read_csv (for after #38370 is merged)
Current unsupported options
TODO
Proposed enhancements
to_pandas
in `read_csv(engine="pyarrow") ENH: Pass arguments toto_pandas
in `read_csv(engine="pyarrow") #34823The text was updated successfully, but these errors were encountered: