You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears a lot of the issues have been address. Additionally IMO it's easier to use individual issues + labels to identify what needs working on so closing for now
Issue tracking for new pandas.io.xml module (after merge: #39516):
To-Do
xml_declaration=True
whenpretty_print=False
for etree parser.formats.py
andframe.py
.etree
supportspretty_print
, removexml.dom.minidom
reliance.parse_doc
methods for optional dependency,lxml
.ParserError
,OSError
,URLError
, etc. ). See checklist in tests code.storage_options
(i.e., read/write topandas-test
S3 bucket).Enhancements
parse_dates
anddtype
converters similar to other IO methods.iterparse
for memory efficient parsing of large XML. See etree iterparse and lxml iterparse.xpath_vars
to pass$
variables inxpath
expression. See lxml xpath() method.xsl_params
to pass values into XSLT script. See lxml stylesheet parameters.prefix_cols
to specify which columns should have namespace prefixes.nested
(bool) to write out nested node-sets for data frames with hierarchical columns or multindex.engine
for external processors for XPath and XSLT 2.0 and 3.0, XQuery, streaming, and others.The text was updated successfully, but these errors were encountered: