From cc60a51895fb6595942015b051e874e29cd02d82 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Tue, 4 Feb 2025 17:59:38 -0800 Subject: [PATCH] DOC: Update a link in cookbook.rst --- 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 b2b5c5cc1014e..b3decb6342527 100644 --- a/doc/source/user_guide/cookbook.rst +++ b/doc/source/user_guide/cookbook.rst @@ -874,7 +874,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?