From 5c6e8129ed324d60ef9e391110f061c399c5f3b1 Mon Sep 17 00:00:00 2001 From: ourownstory Date: Tue, 17 Oct 2023 15:04:48 -0700 Subject: [PATCH] fix-tutorial-data-descript daily not hourly --- 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." ] }, {