-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Add example with numpy_nullable
to pd.read_xml()
#56470
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
@@ -3279,6 +3279,32 @@ of reading in Wikipedia's very large (12 GB+) latest article data dump. | |||
|
|||
[3578765 rows x 3 columns] | |||
|
|||
The following is an example with ``use_nullable_dtypes=True``: |
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.
Could you move these to the docstring instead of this user guide? (in addition to your other PRs)
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.
Will do.
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.
@mroeschke I moved the xml and json example but in the read_html
example section it says See the :ref:`read_html documentation in the IO section of the docs <io.read_html>` for some examples of reading in HTML tables.
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.
It would be good to move those too over to the docstring
Thanks @linus-md |
…-dev#56470) * DOC: Add example with ``numpy_nullable`` to ``pd.read_xml()`` * Update io.rst * Update io.rst * Update * Move example * fix line length * Remove trailing whitespace * Update xml.py * fix imports * Update * Formatting
Uh oh!
There was an error while loading. Please reload this page.