We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f4592 commit 1afd32bCopy full SHA for 1afd32b
pandas/_libs/parsers.pyx
@@ -472,7 +472,6 @@ cdef class TextReader:
472
else:
473
raise ValueError(f"Invalid value for on_bad_lines: {on_bad_lines}")
474
475
- # If it's not a string, assume it's already an integer/enum constant (like ERROR)
476
c_on_bad_lines = on_bad_lines
477
478
self.parser.on_bad_lines = c_on_bad_lines
0 commit comments