Skip to content

Commit 19c35d7

Browse files
DOC: Added error_bad_lines to the summary options
Added a link to the reference example later in the document
1 parent 70974fb commit 19c35d7

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)