We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dfd19 commit 2930eaaCopy full SHA for 2930eaa
pandas/_libs/src/parser/tokenizer.h
@@ -159,7 +159,7 @@ typedef struct parser_t {
159
int64_t *line_start; // position in words for start of line
160
int64_t *line_fields; // Number of fields in each line
161
int64_t lines; // Number of (good) lines observed
162
- int64_t file_lines; // Number of lines observed (including bad or skipped)
+ int64_t file_lines; // Number of lines (including bad or skipped)
163
int64_t lines_cap; // Vector capacity
164
165
// Tokenizing stuff
0 commit comments