Skip to content

Commit 5d405f5

Browse files
committed
Merge pull request #11765 from srib/doc_fixes
DOC: Remove infer_types from the documentation of read_html GH 11764
2 parents f5fbec8 + 20f33b8 commit 5d405f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/source/io.rst

-6
Original file line numberDiff line numberDiff line change
@@ -1790,12 +1790,6 @@ as well)
17901790
17911791
dfs = read_html(url, skiprows=range(2))
17921792
1793-
Don't infer numeric and date types
1794-
1795-
.. code-block:: python
1796-
1797-
dfs = read_html(url, infer_types=False)
1798-
17991793
Specify an HTML attribute
18001794

18011795
.. code-block:: python

0 commit comments

Comments
 (0)