From 8be4d00d4835b973439d27b93002f1e78eff0055 Mon Sep 17 00:00:00 2001 From: Nipun Batra Date: Tue, 2 Jun 2015 15:22:08 +0530 Subject: [PATCH] Added link to aggregation and plotting time series --- doc/source/cookbook.rst | 3 +++ 1 file changed, 3 insertions(+) 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? `__