We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcc4f6 commit dd2435cCopy full SHA for dd2435c
doc/source/whatsnew/v1.1.0.rst
@@ -346,6 +346,7 @@ I/O
346
- Bug in :meth:`read_excel` where a UTF-8 string with a high surrogate would cause a segmentation violation (:issue:`23809`)
347
- Bug in :meth:`read_csv` was causing a file descriptor leak on an empty file (:issue:`31488`)
348
- Bug in :meth:`read_csv` was causing a segfault when there were blank lines between the header and data rows (:issue:`28071`)
349
+- Bug in :meth:`read_csv` was raising a misleading exception on permission issue (:issue:`23784`)
350
351
352
Plotting
0 commit comments