We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da25eed commit 241fcfcCopy full SHA for 241fcfc
doc/source/whatsnew/v1.1.0.rst
@@ -349,6 +349,7 @@ I/O
349
- Bug in :meth:`read_csv` was causing a file descriptor leak on an empty file (:issue:`31488`)
350
- Bug in :meth:`read_csv` was causing a segfault when there were blank lines between the header and data rows (:issue:`28071`)
351
- Bug in :meth:`read_csv` was raising a misleading exception on a permissions issue (:issue:`23784`)
352
+- Bug in :meth:`read_csv` was raising an IndexError when header=None and 2 extra data columns
353
354
355
Plotting
0 commit comments