From f71509dfb82d2b3dfc2d33abd913a1cc736b07e2 Mon Sep 17 00:00:00 2001 From: Camilo Cota Date: Mon, 16 May 2016 22:23:14 +0200 Subject: [PATCH] Include descritive what's new line --- doc/source/whatsnew/v0.18.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.18.2.txt b/doc/source/whatsnew/v0.18.2.txt index 8b96ac71924bf..020a8dd3a27d6 100644 --- a/doc/source/whatsnew/v0.18.2.txt +++ b/doc/source/whatsnew/v0.18.2.txt @@ -38,7 +38,7 @@ Other enhancements idx = pd.Index(["a1a2", "b1", "c1"]) idx.str.extractall("[ab](?P\d)") -- Support decimal option in PythonParser (:issue:`12933`) +- The ``pd.read_csv()`` with engine='python' has gained support for the decimal option (:issue:`12933`) .. _whatsnew_0182.api: