We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a26179 commit 524f2ccCopy full SHA for 524f2cc
doc/source/whatsnew/v0.19.2.txt
@@ -25,3 +25,5 @@ Bug Fixes
25
26
- compat with ``dateutil==2.6.0`` for testing (:issue:`14621`)
27
- allow ``nanoseconds`` in ``Timestamp.replace`` kwargs (:issue:`14621`)
28
+- 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`)
29
+
doc/source/whatsnew/v0.20.0.txt
@@ -80,4 +80,3 @@ Performance Improvements
80
81
Bug Fixes
82
~~~~~~~~~
83
-- 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