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 2d4a247 commit 93a0861Copy full SHA for 93a0861
pandas/_libs/parsers.pyx
@@ -843,11 +843,6 @@ cdef class TextReader:
843
844
passed_count = len(header[0])
845
846
- # if passed_count > field_count:
847
- # raise ParserError('Column names have %d fields, '
848
- # 'data has %d fields'
849
- # % (passed_count, field_count))
850
-
851
if (self.has_usecols and self.allow_leading_cols and
852
not callable(self.usecols)):
853
nuse = len(self.usecols)
0 commit comments