Skip to content

Commit 4f9e260

Browse files
author
y-p
committed
Merge pull request #3147 from davidjameshumphreys/error_bad_lines
DOC: Added error_bad_lines to the summary options for csv
2 parents 7a1e61a + 19c35d7 commit 4f9e260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/io.rst

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ See some :ref:`cookbook examples <cookbook.csv>` for some advanced strategies
108108
unicode data, e.g. ``'utf-8``` or ``'latin-1'``.
109109
- ``verbose``: show number of NA values inserted in non-numeric columns
110110
- ``squeeze``: if True then output with only one column is turned into Series
111+
- ``error_bad_lines``: if False then any lines causing an error will be skipped :ref:`bad lines <io.bad_lines>`
111112

112113
.. ipython:: python
113114
:suppress:

0 commit comments

Comments
 (0)