example_longterm_and_macro_data | R Documentation |
This dataset extends the long-term average hourly electricity demand data from example_longterm_data
with ten macro-economic indicators. The macro-economic data is taken from the World Development Indicators (WDI) of the World Bank (https://databank.worldbank.org/source/world-development-indicators).
example_longterm_and_macro_data
A data frame with 16 rows and 14 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 the respective year.
population
The total population in the respective year.
GDP
Gross Domestic Product (in constant 2015 USD) in the respective year.
industrial_value_added
The percentage of GDP attributed to industrial value-added activities.
manufacturing_value_added
The percentage of GDP attributed to manufacturing value-added activities.
GDP_growth
The GDP growth rate (in percentage) for the respective year.
GDP_deflator
The GDP deflator (in percentage), which measures price inflation or deflation.
service_value_added
The percentage of GDP attributed to service sector value-added activities.
GNI
Gross National Income (in constant 2015 USD) in the respective year.
household_consumption_expenditure
The percentage of GDP attributed to household consumption expenditure.
rural_population
The rural population in the respective year.
example
A boolean indicator to mark this dataset as an example dataset.
World Development Indicators (WDI) of the World Bank (https://databank.worldbank.org/source/world-development-indicators); 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/)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.