diff --git a/doc/source/cookbook.rst b/doc/source/cookbook.rst index f69f926296020..49ff987ca3549 100644 --- a/doc/source/cookbook.rst +++ b/doc/source/cookbook.rst @@ -745,6 +745,9 @@ Timeseries `Vectorized Lookup `__ +`Aggregation and plotting time series +`__ + Turn a matrix with hours in columns and days in rows into a continuous row sequence in the form of a time series. `How to rearrange a python pandas DataFrame? `__