Skip to content

Commit 69b2398

Browse files
committed
DOC: Updated cookbook to show usage of Grouper instead of TimeGrouper - pandas-dev#16747
1 parent 1265c27 commit 69b2398

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/source/cookbook.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,14 @@ Resampling
776776

777777
The :ref:`Resample <timeseries.resampling>` docs.
778778

779-
`TimeGrouping of values grouped across time
780-
<http://stackoverflow.com/questions/15297053/how-can-i-divide-single-values-of-a-dataframe-by-monthly-averages>`__
779+
`Using Grouper to group values across time
780+
<https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Grouper.html>`__
781781

782-
`TimeGrouping #2
783-
<http://stackoverflow.com/questions/14569223/timegrouper-pandas>`__
782+
`Valid frequency arguments to Grouper
783+
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__
784+
785+
`Grouping using multiindex
786+
<https://stackoverflow.com/questions/41483763/pandas-timegrouper-on-multiindex>`__
784787

785788
`Using TimeGrouper and another grouping to create subgroups, then apply a custom function
786789
<https://github.com/pandas-dev/pandas/issues/3791>`__

0 commit comments

Comments
 (0)