From 518982d1890ae8a58d159cca91ab45242d3b1880 Mon Sep 17 00:00:00 2001 From: Ben Kandel Date: Sun, 13 Nov 2016 08:28:26 -0500 Subject: [PATCH] move to 0.19.2 --- doc/source/whatsnew/v0.19.2.txt | 2 +- doc/source/whatsnew/v0.20.0.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/whatsnew/v0.19.2.txt b/doc/source/whatsnew/v0.19.2.txt index ecbd6e9b3b288..a58e3499ac38f 100644 --- a/doc/source/whatsnew/v0.19.2.txt +++ b/doc/source/whatsnew/v0.19.2.txt @@ -29,7 +29,7 @@ Bug Fixes - Compat with ``dateutil==2.6.0``; segfault reported in the testing suite (:issue:`14621`) - Allow ``nanoseconds`` in ``Timestamp.replace`` as a kwarg (:issue:`14621`) - +- 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`) diff --git a/doc/source/whatsnew/v0.20.0.txt b/doc/source/whatsnew/v0.20.0.txt index e4cd76c6da36a..581106924c77e 100644 --- a/doc/source/whatsnew/v0.20.0.txt +++ b/doc/source/whatsnew/v0.20.0.txt @@ -81,4 +81,3 @@ Performance Improvements Bug Fixes ~~~~~~~~~ -- 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`)