example_midterm_demand_data | R Documentation |
Example Midterm Demand Data This dataset contains the seasonal mid-term demand (the difference between the yearly average hourly electricity demand and the daily average hourly electricity demand) for each day for France from 2017 until 2021.
example_midterm_demand_data
A data frame with 1,825 rows and 10 columns:
country
The country, represented by the ISO2C country code (e.g., FR
for France).
date
The date of the mid-term demand measurement (in YYYY-MM-DD
format).
year
The year of the observation.
month
The month of the observation.
day
The day of the month for the observation.
wday
The day of the week for the observation (where 1 represents Sunday and 7 represents Saturday).
avg_hourly_demand
The average hourly electricity demand (in megawatts) for the day.
seasonal_avg_hourly_demand
The seasonal average hourly demand (in megawatts) for the day.
holiday
Indicates whether the day is a public holiday (1
for holiday, 0
for non-holiday).
example
A boolean indicator to mark this dataset as an example dataset.
demand data: Transparency Platform of the European Network of Transmission System Operators for Electricity (ENTSO-E, https://transparency.entsoe.eu/); holidays: https://date.nager.at/api/v3/publicholidays/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.