From bf5794dfb9eab24da574ac580049ff056a188478 Mon Sep 17 00:00:00 2001 From: Oskar Triebe Date: Wed, 18 Oct 2023 17:35:12 -0700 Subject: [PATCH] fix-tutorial-data-descript daily not hourly (#1453) --- docs/source/tutorials/tutorial01.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/tutorial01.ipynb b/docs/source/tutorials/tutorial01.ipynb index 2d480ed23..b31eb95fc 100644 --- a/docs/source/tutorials/tutorial01.ipynb +++ b/docs/source/tutorials/tutorial01.ipynb @@ -23,7 +23,7 @@ "source": [ "## Loading the dataset\n", "\n", - "For our tutorials we work with energy price data over the 4 years from Spain. The dataset was published on [Kaggle](https://www.kaggle.com/datasets/nicholasjhana/energy-consumption-generation-prices-and-weather) and contains a lot of information to which we will come back later. For now we use a prepared version of the dataset with the hourly energy price data only." + "For our tutorials we work with energy price data over the 4 years from Spain. The dataset was published on [Kaggle](https://www.kaggle.com/datasets/nicholasjhana/energy-consumption-generation-prices-and-weather) and contains a lot of information to which we will come back later. For now we use a prepared version of the dataset with the daily energy price data only." ] }, {