metadata
license: mit
language:
- en
tags:
- Time-series
- energy
- netherlands
- climate
pretty_name: Multi-Feature Energy Price Prediction Dataset for The Nettherlands
configs:
- config_name: Without_Gas
data_files: final_dataset_full_clean.csv
- config_name: Gas
data_files: final_dataset_full_clean_with_gas.csv
- config_name: Gas_Without_Preprocessing
data_files: final_dataset_full_clean_with_gas_no_processing.csv
- config_name: Without_Gas_No_Preprocessing
data_files: final_dataset_full_clean_no_processing.csv
To download, use this template:
df = load_dataset("CitrusBoy/EnergyPriceForecasting", [split name])
like
df = load_dataset("CitrusBoy/EnergyPriceForecasting", "Gas")