Skip to content

Commit ef5cdfa

Browse files
committed
Update io.rst
added io.read_html
1 parent d925966 commit ef5cdfa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/io.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,14 @@ The Series object also has a ``to_string`` method, but with only the ``buf``,
873873
which, if set to ``True``, will additionally output the length of the Series.
874874

875875

876+
Reading HTML format
877+
~~~~~~~~~~~~~~~~~~~~~~
878+
879+
.. _io.read_html:
880+
881+
There is a :func:`~pandas.io.parsers.read_html` reading an HTML file and parsing the contained table(s) into a list of DataFrames.
882+
883+
876884
Writing to HTML format
877885
~~~~~~~~~~~~~~~~~~~~~~
878886

0 commit comments

Comments
 (0)