From 19c35d754e2bc35c2428c567ea49ed54742a7487 Mon Sep 17 00:00:00 2001 From: davidjameshumphreys Date: Fri, 22 Mar 2013 20:58:15 +0000 Subject: [PATCH] DOC: Added error_bad_lines to the summary options Added a link to the reference example later in the document --- doc/source/io.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/io.rst b/doc/source/io.rst index 64b46b1a3480f..e936abd89b8d8 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -108,6 +108,7 @@ See some :ref:`cookbook examples ` for some advanced strategies unicode data, e.g. ``'utf-8``` or ``'latin-1'``. - ``verbose``: show number of NA values inserted in non-numeric columns - ``squeeze``: if True then output with only one column is turned into Series + - ``error_bad_lines``: if False then any lines causing an error will be skipped :ref:`bad lines ` .. ipython:: python :suppress: