Learn R Programming

oRaklE (version 1.0.2)

example_demand_data: Example Demand Data

Description

This dataset contains the hourly electricity demand data of France from 2017 until 2021.

Usage

example_demand_data

Arguments

Format

A data frame with 43,769 rows and 7 columns:

date

The date and time of the demand measurement (in YYYY-MM-DD HH:MM:SS format).

load

The electricity demand.

unit

The unit of measurement (MW).

year

The year of the respective timepoint.

time_interval

The time interval at which the demand was reported (e.g., 60 mins).

country

The country, represented by the ISO2C country code (e.g., FR for France).

example

A boolean indicator to mark this dataset as an example dataset.