-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN/DOC: Adjust xpath validation and error messaging in read_xml with IO tools doc note and example #48386
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
|
||
shows the attribute sides on shape element was not parsed as expected | ||
since this attribute resides on the child of row element and not row | ||
element itself. In other words, sides attribute is a grandchild level |
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.
element itself. In other words, sides attribute is a grandchild level | |
element itself. In other words, the ``sides`` attribute is a grandchild level |
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.
Good to me. Will adjust.
doc/source/user_guide/io.rst
Outdated
df | ||
|
||
shows the attribute sides on shape element was not parsed as expected | ||
since this attribute resides on the child of row element and not row |
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.
since this attribute resides on the child of row element and not row | |
since this attribute resides on the child of a row element and not the row |
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.
Articles are not needed here since note is specifically referring to element in XML which is literally named <row>
.
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.
I see. Then put double backticks instead.
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.
Pending CI, LGTM here. If another maintainer wants to have a look.
Thanks @ParfaitG |
… IO tools doc note and example (pandas-dev#48386) * CLN/DOC: Adjust xpath validation and error messaging in read_xml with IO tools doc note and example * Fix xpath validation for child elements with added test * Adjust IO tools docs for backticks on XML names
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.