Skip to content

Commit 6059f86

Browse files
author
y-p
committed
Merge branch 'PR3536'
* PR3536: DOC: tweak Update io.rst
2 parents 9cf2a5b + ca78e4a commit 6059f86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/source/io.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,17 @@ 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+
.. versionadded:: 0.11.1
882+
883+
The toplevel :func:`~pandas.io.parsers.read_html` function can accept an HTML string/file/url
884+
and will parse HTML tables into pandas DataFrames.
885+
886+
876887
Writing to HTML format
877888
~~~~~~~~~~~~~~~~~~~~~~
878889

0 commit comments

Comments
 (0)