Skip to content

Commit f021e07

Browse files
committed
DOC: cookbook examples courtesy of @timmie
1 parent 54d177b commit f021e07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/cookbook.rst

+7
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ Expanding Data
121121
`Rolling Computation window based on values instead of counts
122122
<http://stackoverflow.com/questions/14300768/pandas-rolling-computation-with-window-based-on-values-instead-of-counts>`__
123123

124+
`Rolling Mean by Time Interval
125+
<http://stackoverflow.com/questions/15771472/pandas-rolling-mean-by-time-interval>`__
126+
124127
Splitting
125128
~~~~~~~~~
126129

@@ -230,6 +233,10 @@ The :ref:`CSV <io.read_csv_table>` docs
230233
`Dealing with bad lines
231234
<https://github.com/pydata/pandas/issues/2886>`__
232235

236+
Turn a matrix with hours in columns and days in rows into a continous row sequence in the form of a time series.
237+
`How to rearrange a python pandas dataframe?
238+
<http://stackoverflow.com/questions/15432659/how-to-rearrange-a-python-pandas-dataframe>`__
239+
233240
.. _cookbook.sql:
234241

235242
SQL

0 commit comments

Comments
 (0)