Skip to content

Commit 08c191c

Browse files
committed
DOC: add resample + groupby to cookbook
1 parent a8e367b commit 08c191c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/cookbook.rst

+3
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ The :ref:`grouping <groupby>` docs.
166166
`Create a value counts column and reassign back to the DataFrame
167167
<http://stackoverflow.com/questions/17709270/i-want-to-create-a-column-of-value-counts-in-my-pandas-dataframe>`__
168168

169+
169170
Expanding Data
170171
~~~~~~~~~~~~~~
171172

@@ -243,6 +244,8 @@ The :ref:`Resample <timeseries.resampling>` docs.
243244
`Resample minute data
244245
<http://stackoverflow.com/questions/14861023/resampling-minute-data>`__
245246

247+
`Resample with groupby <http://stackoverflow.com/q/18677271/564538>`__
248+
246249
.. _cookbook.merge:
247250

248251
Merge

0 commit comments

Comments
 (0)