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