-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
ENH: pass through schema keyword in to_parquet for pyarrow #30270
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Could you add a test case for this feature?
Added! I'm a first time contributor to pandas - let me know if that whatsnew entry was appropriate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also merge master
@jreback I merged master but it doesn't look like the build failures are a result of changes from this PR. |
Fixing that in another PR. You can ignore it for now. |
Awesome, let me know if there's anything else we need in here. |
Thanks a lot @ieaves ! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff