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 e6b1237 commit 32e3b0aCopy full SHA for 32e3b0a
pandas/parser.pyx
@@ -719,7 +719,7 @@ cdef class TextReader:
719
# e.g., if header=3 and file only has 2 lines
720
elif (self.parser.lines < hr + 1
721
and not isinstance(self.orig_header, list)) or (
722
- self.parser.lines < hr):
+ self.parser.lines < hr):
723
msg = self.orig_header
724
if isinstance(msg, list):
725
msg = "[%s], len of %d," % (
0 commit comments