From 20f33b8c78b13426425fad7eded0770a15b5f20a Mon Sep 17 00:00:00 2001 From: srib Date: Sat, 5 Dec 2015 00:03:19 -0600 Subject: [PATCH] DOC: Remove infer_types from the documentation of read_html --- doc/source/io.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/source/io.rst b/doc/source/io.rst index a9ec5c24b5d46..8001cd3723601 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -1790,12 +1790,6 @@ as well) dfs = read_html(url, skiprows=range(2)) -Don't infer numeric and date types - -.. code-block:: python - - dfs = read_html(url, infer_types=False) - Specify an HTML attribute .. code-block:: python