-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Added note and example for pyarrow storage #53961
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
doc/source/user_guide/io.rst
Outdated
* The data will be read in accordance with the ``string_storage`` settings. | ||
|
||
.. ipython:: python | ||
:okwarning: |
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.
new examples should not warn
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.
@phofl I removed the warning but now the build fails with
Sphinx parallel build error: RuntimeError: Non Expected warning in
/home/runner/work/pandas/pandas/doc/source/user_guide/io.rst line 5485
This is not throwing any error while building the docs in local. Can you please help me out here?
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.
@phofl little help here?
I think we want to wait for the discussion in #48469 to resolve to going to close for now. Happy to have your contributions on other issues |
DataFrame.to_parquet
doesn't round-trip pyarrow StringDtype #42664