From be89a73d18e18a4fe132d395034f311fb84c25ea Mon Sep 17 00:00:00 2001 From: estasney Date: Fri, 14 Aug 2020 14:18:19 -0400 Subject: [PATCH] Fix broken link in cookbook.rst The original link is broken While the date does not match ( 2013/05 vs 2015/06 ) the contents appear identical. I was able to determine this after viewing the archive at https://web.archive.org/web/20161202094122/http://nipunbatra.github.io/2015/06/timeseries/ --- doc/source/user_guide/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/cookbook.rst b/doc/source/user_guide/cookbook.rst index 49487ac327e73..7542e1dc7df6f 100644 --- a/doc/source/user_guide/cookbook.rst +++ b/doc/source/user_guide/cookbook.rst @@ -765,7 +765,7 @@ Timeseries `__ `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?