8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc23e5c commit 518982dCopy full SHA for 518982d
doc/source/whatsnew/v0.19.2.txt
@@ -29,7 +29,7 @@ Bug Fixes
29
30
- Compat with ``dateutil==2.6.0``; segfault reported in the testing suite (:issue:`14621`)
31
- Allow ``nanoseconds`` in ``Timestamp.replace`` as a kwarg (:issue:`14621`)
32
-
+- Bug in ``pd.read_csv`` where reading files fails if the number of headers is equal to the number of lines in the file (:issue:`14515`)
33
34
35
doc/source/whatsnew/v0.20.0.txt
@@ -81,4 +81,3 @@ Performance Improvements
81
82
Bug Fixes
83
~~~~~~~~~
84
-- Bug in ``pd.read_csv`` where reading files fails if the number of headers is equal to the number of lines in the file (:issue:`14515`)
0 commit comments