File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Other enhancements
35
35
- :meth: `DataFrame.agg ` called with ``axis=1 `` and a ``func `` which relabels the result index now raises a ``NotImplementedError `` (:issue: `58807 `).
36
36
- :meth: `Index.get_loc ` now accepts also subclasses of ``tuple `` as keys (:issue: `57922 `)
37
37
- :meth: `Styler.set_tooltips ` provides alternative method to storing tooltips by using title attribute of td elements. (:issue: `56981 `)
38
+ - Added missing parameter ``weights `` in :meth: `DataFrame.plot.kde ` for the estimation of the PDF (:issue: `59337 `)
38
39
- Allow dictionaries to be passed to :meth: `pandas.Series.str.replace ` via ``pat `` parameter (:issue: `51748 `)
39
40
- Support passing a :class: `Series ` input to :func: `json_normalize ` that retains the :class: `Series ` :class: `Index ` (:issue: `51452 `)
40
41
- Support reading value labels from Stata 108-format (Stata 6) and earlier files (:issue: `58154 `)
@@ -593,7 +594,6 @@ Period
593
594
594
595
Plotting
595
596
^^^^^^^^
596
- - Added missing parameter ``weights `` in :meth: `DataFrame.plot.kde ` for the estimation of the PDF (:issue: `59337 `)
597
597
- Bug in :meth: `.DataFrameGroupBy.boxplot ` failed when there were multiple groupings (:issue: `14701 `)
598
598
- Bug in :meth: `DataFrame.plot ` that causes a shift to the right when the frequency multiplier is greater than one. (:issue: `57587 `)
599
599
- Bug in :meth: `Series.plot ` with ``kind="pie" `` with :class: `ArrowDtype ` (:issue: `59192 `)
You can’t perform that action at this time.
0 commit comments