We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e734600 commit 77486c6Copy full SHA for 77486c6
doc/source/whatsnew/v1.1.0.rst
@@ -349,7 +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
+- Bug in :meth:`read_csv` was raising an ``IndexError`` when header=None and 2 extra data columns
353
354
355
Plotting
0 commit comments