File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ Other enhancements
3636 when using ``np.array() `` or ``np.asarray() `` on pandas objects) has been
3737 updated to work correctly with NumPy >= 2 (:issue: `57739 `)
3838- The :meth: `~Series.sum ` reduction is now implemented for ``StringDtype `` columns (:issue: `59853 `)
39- - Median percentile is only included in :meth: `~Series.describe ` when a blank
40- list is passed (:issue: `60550 `).
4139
4240.. ---------------------------------------------------------------------------
4341 .. _whatsnew_230.notable_bug_fixes :
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ Other enhancements
6565- Support passing a :class: `Iterable[Hashable] ` input to :meth: `DataFrame.drop_duplicates ` (:issue: `59237 `)
6666- Support reading Stata 102-format (Stata 1) dta files (:issue: `58978 `)
6767- Support reading Stata 110-format (Stata 7) dta files (:issue: `47176 `)
68+ - Fixed bug where median percentile is included in :meth: `~Series.describe ` when a blank list is passed (:issue: `60550 `).
6869
6970.. ---------------------------------------------------------------------------
7071 .. _whatsnew_300.notable_bug_fixes :
You can’t perform that action at this time.
0 commit comments