From 7264ee6edcf7d1388c063b594c5ee81ddcbb433e Mon Sep 17 00:00:00 2001 From: ZenithClown Date: Sat, 14 Dec 2024 15:42:20 +0530 Subject: [PATCH] add enhancement changelog for gh#60550 --- doc/source/whatsnew/v2.3.0.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v2.3.0.rst b/doc/source/whatsnew/v2.3.0.rst index b107a5d3ba100..e37368ce7e79b 100644 --- a/doc/source/whatsnew/v2.3.0.rst +++ b/doc/source/whatsnew/v2.3.0.rst @@ -36,7 +36,8 @@ Other enhancements when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been updated to work correctly with NumPy >= 2 (:issue:`57739`) - The :meth:`~Series.sum` reduction is now implemented for ``StringDtype`` columns (:issue:`59853`) -- +- Median percentile is only included in :meth:`~Series.describe` when a blank + list is passed (:issue:`60550`). .. --------------------------------------------------------------------------- .. _whatsnew_230.notable_bug_fixes: