You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
Sorry for the silence here (forgot to post), planning on updating this list at the very least (some options are deprecated).
I'll try to start chipping away at this again this or next week.
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: