We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a9b78 commit cb1486cCopy full SHA for cb1486c
pandas/io/parsers/readers.py
@@ -283,7 +283,7 @@
283
error_bad_lines : bool, default True
284
Lines with too many fields (e.g. a csv line with too many commas) will by
285
default cause an exception to be raised, and no DataFrame will be returned.
286
- If False, then these "bad lines" will dropped from the DataFrame that is
+ If False, then these "bad lines" will be dropped from the DataFrame that is
287
returned.
288
warn_bad_lines : bool, default True
289
If error_bad_lines is False, and warn_bad_lines is True, a warning for each
0 commit comments