We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a1e61a + 19c35d7 commit 4f9e260Copy full SHA for 4f9e260
doc/source/io.rst
@@ -108,6 +108,7 @@ See some :ref:`cookbook examples <cookbook.csv>` for some advanced strategies
108
unicode data, e.g. ``'utf-8``` or ``'latin-1'``.
109
- ``verbose``: show number of NA values inserted in non-numeric columns
110
- ``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>`
112
113
.. ipython:: python
114
:suppress:
0 commit comments