Skip to content

Commit 11afc76

Browse files
authored
ENH: Add I/O support of XML with pandas.read_xml and DataFrame.to_xml… (#39516)
1 parent 4193b0e commit 11afc76

File tree

18 files changed

+5001
-1
lines changed

18 files changed

+5001
-1
lines changed

doc/source/getting_started/install.rst

+9
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,15 @@ top-level :func:`~pandas.read_html` function:
326326
.. _lxml: https://lxml.de
327327
.. _tabulate: https://github.com/astanin/python-tabulate
328328

329+
XML
330+
^^^
331+
332+
========================= ================== =============================================================
333+
Dependency Minimum Version Notes
334+
========================= ================== =============================================================
335+
lxml 4.3.0 XML parser for read_xml and tree builder for to_xml
336+
========================= ================== =============================================================
337+
329338
SQL databases
330339
^^^^^^^^^^^^^
331340

doc/source/reference/io.rst

+7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ HTML
6868

6969
read_html
7070

71+
XML
72+
~~~~
73+
.. autosummary::
74+
:toctree: api/
75+
76+
read_xml
77+
7178
HDFStore: PyTables (HDF5)
7279
~~~~~~~~~~~~~~~~~~~~~~~~~
7380
.. autosummary::

0 commit comments

Comments
 (0)