Skip to content

Commit f6edaef

Browse files
manikbhandarijreback
authored andcommitted
DOC: Updated cookbook to show usage of Grouper instead of TimeGrouper… (pandas-dev#16794)
1 parent 5cc1025 commit f6edaef

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

doc/source/cookbook.rst

+10-4
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,17 @@ 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 instead of TimeGrouper for time grouping of values
780+
<https://stackoverflow.com/questions/15297053/how-can-i-divide-single-values-of-a-dataframe-by-monthly-averages>`__
781781

782-
`TimeGrouping #2
783-
<http://stackoverflow.com/questions/14569223/timegrouper-pandas>`__
782+
`Time grouping with some missing values
783+
<https://stackoverflow.com/questions/33637312/pandas-grouper-by-frequency-with-completeness-requirement>`__
784+
785+
`Valid frequency arguments to Grouper
786+
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__
787+
788+
`Grouping using a MultiIndex
789+
<https://stackoverflow.com/questions/41483763/pandas-timegrouper-on-multiindex>`__
784790

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

0 commit comments

Comments
 (0)