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: