-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Improve fname documentation for to_parquet #29476
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
Probably not, since parquet isn't a plaintext format. |
Think I am agreed with Tom. Having all to_* functions return the same thing is also a non-goal, as it just doesn't make sense in all cases (to_sql comes to mind) |
Thanks for your answers. |
The documentation can be improved but you can pass an io.BytesIO object if you don't want to write to disk. I think path-like objects work as well - any interest in updating the docs? |
Sure, I would be happy to update them. I will link the PRs here. Thank you. |
@larroy you still interested in working on this? |
Sorry was caught up with other things, let me have a look at this this week. |
Code Sample, a copy-pastable example if possible
Should to_parquet without file behave the same way than to_json in which if no file is specified we return the buffer?
The text was updated successfully, but these errors were encountered: