From 8460d14d2fb898c79dcd80f94596de7bc06ae7a8 Mon Sep 17 00:00:00 2001 From: Mabel Villalba Date: Thu, 5 Sep 2019 17:39:44 +0200 Subject: [PATCH] Fixes #24893: updated issue notice --- doc/source/whatsnew/v1.0.0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v1.0.0.rst b/doc/source/whatsnew/v1.0.0.rst index 3b6288146bdf2..6b33e60c67bbe 100644 --- a/doc/source/whatsnew/v1.0.0.rst +++ b/doc/source/whatsnew/v1.0.0.rst @@ -186,6 +186,7 @@ Reshaping - - +- Bug in :meth:`pivot_table` not returning correct type ``float`` when ``margins=True`` and ``aggfunc='mean'`` (:issue:`24893`) Sparse ^^^^^^