File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 676, in parser_f
return _read(filepath_or_buffer, kwds)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 454, in _read
data = parser.read(nrows)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 1133, in read
ret = self._engine.read(nrows)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 2080, in read
values = self._maybe_parse_dates(values, i, try_parse_dates=True)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 2141, in _maybe_parse_dates
if try_parse_dates and self._should_parse_dates(index):
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 1448, in _should_parse_dates
j = self.index_col[i]
This is probably similar to #14792, but still happens with 0.23.3 (a friend even tested it with 1.0.3).
Testcase
raises:
Notes
This does not happen with
engine="python"
(you only get a ParseError there).The text was updated successfully, but these errors were encountered: