Skip to content

Commit bbcfc7f

Browse files
committed
DOC: whatsnew v0.25.0 fixes
1 parent 61edc76 commit bbcfc7f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

doc/source/reference/groupby.rst

+6
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,16 @@ Computations / Descriptive Stats
5050
GroupBy.bfill
5151
GroupBy.count
5252
GroupBy.cumcount
53+
GroupBy.cummax
54+
GroupBy.cummin
55+
GroupBy.cumprod
56+
GroupBy.cumsum
5357
GroupBy.ffill
5458
GroupBy.first
5559
GroupBy.head
5660
GroupBy.last
61+
GroupBy.idxmax
62+
GroupBy.idxmin
5763
GroupBy.max
5864
GroupBy.mean
5965
GroupBy.median

doc/source/whatsnew/v0.25.0.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ including other versions of pandas.
2424
Other Enhancements
2525
^^^^^^^^^^^^^^^^^^
2626
- :func:`DataFrame.plot` keywords ``logy``, ``logx`` and ``loglog`` can now accept the value ``'sym'`` for symlog scaling. (:issue:`24867`)
27-
- Added support for ISO week year format ('%G-%V-%u') when parsing datetimes using :meth: `to_datetime` (:issue:`16607`)
27+
- Added support for ISO week year format ('%G-%V-%u') when parsing datetimes using :meth:`to_datetime` (:issue:`16607`)
2828
- Indexing of ``DataFrame`` and ``Series`` now accepts zerodim ``np.ndarray`` (:issue:`24919`)
2929
- :meth:`Timestamp.replace` now supports the ``fold`` argument to disambiguate DST transition times (:issue:`25017`)
3030
- :meth:`DataFrame.at_time` and :meth:`Series.at_time` now support :meth:`datetime.time` objects with timezones (:issue:`24043`)
@@ -334,14 +334,14 @@ Indexing
334334
Missing
335335
^^^^^^^
336336

337-
- Fixed misleading exception message in :meth:`Series.missing` if argument ``order`` is required, but omitted (:issue:`10633`, :issue:`24014`).
337+
- Fixed misleading exception message in :meth:`Series.interpolate` if argument ``order`` is required, but omitted (:issue:`10633`, :issue:`24014`).
338338
- Fixed class type displayed in exception message in :meth:`DataFrame.dropna` if invalid ``axis`` parameter passed (:issue:`25555`)
339339
-
340340

341341
MultiIndex
342342
^^^^^^^^^^
343343

344-
- Bug in which incorrect exception raised by :meth:`pd.Timedelta` when testing the membership of :class:`MultiIndex` (:issue:`24570`)
344+
- Bug in which incorrect exception raised by :class:`Timedelta` when testing the membership of :class:`MultiIndex` (:issue:`24570`)
345345
-
346346
-
347347

0 commit comments

Comments
 (0)