-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
fix: Expose to_pandas_kwargs
in read_parquet
for pyarrow engine
#57044
Conversation
d77f291
to
5f71823
Compare
Hmm this design feels weird to me. What arguments would realistically be passed through this? |
In the underlying issue, the OP needs to send |
I am +1 on this, the most important is probably types_mapper, which is a real PITA that this is not possible at the moment |
Something like Why not just encourage users to call |
Would updating the documentation be sufficient in your opinion? |
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
@WillAyd ? |
Sure I think documenting this is a reasonable approach |
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
to_pandas_kwargs
inread_parquet
for pyarrow engine #49236doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.