Datasets:
La-matrice
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
-
- config_name:
|
4 |
-
data_files:
|
5 |
-
|
6 |
-
|
7 |
-
- split: normalized dataset
|
8 |
-
path: "dataset.parquet"
|
9 |
---
|
10 |
|
11 |
This dataset offers hourly temperature records from all France metropolitan and overseas weather stations from 1777 to 8th march 2024:
|
12 |
- 'LAT' latitude, negative south (in degrees and millionths of degrees)
|
13 |
|
|
|
14 |
|
15 |
Two files are available:
|
16 |
- the original dataset
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: original_dataset
|
4 |
+
data_files: "dataset.parquet"
|
5 |
+
- config_name: normalized_dataset
|
6 |
+
data_files: "dataset_normalized.parquet"
|
|
|
|
|
7 |
---
|
8 |
|
9 |
This dataset offers hourly temperature records from all France metropolitan and overseas weather stations from 1777 to 8th march 2024:
|
10 |
- 'LAT' latitude, negative south (in degrees and millionths of degrees)
|
11 |
|
12 |
+
---
|
13 |
|
14 |
Two files are available:
|
15 |
- the original dataset
|