example_longterm_data {oRaklE} | R Documentation |
Example Longterm Data
Description
This dataset contains the average hourly electricity demand per year for France from 2006 until 2021.
It is an extension of the long-term component of example_decomposed_data
with historical data from the ENTSO-E Power Stats archive (https://www.entsoe.eu/data/power-stats/).
Usage
example_longterm_data
Format
A data frame with 16 rows and 4 columns:
country
The country, represented by the ISO2C country code (e.g.,
FR
for France).year
The year of the observation.
avg_hourly_demand
The average hourly electricity demand (in megawatts) for each year.
example
A boolean indicator to mark this dataset as an example dataset.
Source
Transparency Platform of the European Network of Transmission System Operators for Electricity (ENTSO-E, https://transparency.entsoe.eu/) ; ENTSO-E Power Stats Archive (https://www.entsoe.eu/data/power-stats/)