Upload 2 files
Browse files- README.md +26 -24
- final_dataset_full_clean_no_processing.csv +0 -0
README.md
CHANGED
|
@@ -1,25 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
tags:
|
| 6 |
-
- Time-series
|
| 7 |
-
- energy
|
| 8 |
-
- netherlands
|
| 9 |
-
- climate
|
| 10 |
-
pretty_name: Multi-Feature Energy Price Prediction Dataset for The Nettherlands
|
| 11 |
-
configs:
|
| 12 |
-
- config_name: Without_Gas
|
| 13 |
-
data_files: "final_dataset_full_clean.csv"
|
| 14 |
-
- config_name: Gas
|
| 15 |
-
data_files: "final_dataset_full_clean_with_gas.csv"
|
| 16 |
-
- config_name: Gas_Without_Preprocessing
|
| 17 |
-
data_files: "final_dataset_full_clean_with_gas_no_processing.csv"
|
| 18 |
-
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
| 25 |
`df = load_dataset("CitrusBoy/EnergyPriceForecasting", "Gas")`
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- Time-series
|
| 7 |
+
- energy
|
| 8 |
+
- netherlands
|
| 9 |
+
- climate
|
| 10 |
+
pretty_name: Multi-Feature Energy Price Prediction Dataset for The Nettherlands
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: Without_Gas
|
| 13 |
+
data_files: "final_dataset_full_clean.csv"
|
| 14 |
+
- config_name: Gas
|
| 15 |
+
data_files: "final_dataset_full_clean_with_gas.csv"
|
| 16 |
+
- config_name: Gas_Without_Preprocessing
|
| 17 |
+
data_files: "final_dataset_full_clean_with_gas_no_processing.csv"
|
| 18 |
+
- config_name: Without_Gas_No_Preprocessing
|
| 19 |
+
data_files: "final_dataset_full_clean_no_processing.csv"
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
To download, use this template:
|
| 23 |
+
`df = load_dataset("CitrusBoy/EnergyPriceForecasting", [split name])`
|
| 24 |
+
|
| 25 |
+
like
|
| 26 |
+
|
| 27 |
`df = load_dataset("CitrusBoy/EnergyPriceForecasting", "Gas")`
|
final_dataset_full_clean_no_processing.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|