Skip to content

Commit 12581a9

Browse files
ShaharNavehproost
authored andcommitted
Removed the commented code (pandas-dev#29592)
1 parent ac5dea2 commit 12581a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/_libs/parsers.pyx

-5
Original file line numberDiff line numberDiff line change
@@ -843,11 +843,6 @@ cdef class TextReader:
843843

844844
passed_count = len(header[0])
845845

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-
851846
if (self.has_usecols and self.allow_leading_cols and
852847
not callable(self.usecols)):
853848
nuse = len(self.usecols)

0 commit comments

Comments
 (0)