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?