-
Notifications
You must be signed in to change notification settings - Fork 22
Description
The given csv says "We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 8 columns, instead of 9 in line 2."
Whenever I try to pull the csv using the raw link it shows the following error:
chunks = self._reader.read_low_memory(nrows) File "pandas/_libs/parsers.pyx", line 838, in pandas._libs.parsers.TextReader.read_low_memory File "pandas/_libs/parsers.pyx", line 905, in pandas._libs.parsers.TextReader._read_rows File "pandas/_libs/parsers.pyx", line 874, in pandas._libs.parsers.TextReader._tokenize_rows File "pandas/_libs/parsers.pyx", line 891, in pandas._libs.parsers.TextReader._check_tokenize_status File "pandas/_libs/parsers.pyx", line 2061, in pandas._libs.parsers.raise_parser_error pandas.errors.ParserError: Error tokenizing data. C error: Expected 8 fields in line 3, saw 9
I think the issue is at line 3 where we are having 9 columns instead of 8.