| sample_data_DESN025 | R Documentation |
A dataset containing environmental measurements collected at station in Leipzig Mitte with observations of different environmental components over time. This data is used for environmental modelling tasks, including meteorological variables and other targets.
sample_data_DESN025
A data table with the following columns:
Station identifier where the data was collected.
The environmental component being measured (e.g., temperature, NO2).
The measured value of the component.
The timestamp for the observation, formatted as a Date-Time
object in the format
"YYYY-MM-DD HH:MM:SS" (e.g., "2010-01-01 07:00:00").
A textual description or label for the component.
The dataset is structured in a long format and is prepared for further transformation into a wide format for modelling.
Umweltbundesamt
data(sample_data_DESN025)
params <- load_params()
dt_prepared <- prepare_data_for_modelling(sample_data_DESN025, params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.