Datasets:
La-matrice
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,24 @@
|
|
1 |
-
This dataset offers
|
|
|
2 |
|
3 |
|
|
|
|
|
|
|
|
|
4 |
|
5 |
---
|
6 |
language:
|
7 |
- fr
|
8 |
size_categories:
|
9 |
- 100M<n<1B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
1 |
+
This dataset offers hourly temperature records from all France metropolitan and overseas weather stations from 1777 to 8th march 2024:
|
2 |
+
- 'LAT' latitude, negative south (in degrees and millionths of degrees)
|
3 |
|
4 |
|
5 |
+
Two files are available:
|
6 |
+
- the original dataset
|
7 |
+
- the normalized dataset (with basic Min-Max normalization)
|
8 |
+
|
9 |
|
10 |
---
|
11 |
language:
|
12 |
- fr
|
13 |
size_categories:
|
14 |
- 100M<n<1B
|
15 |
+
---
|
16 |
+
---
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: original dataset
|
21 |
+
path: "dataset.parquet"
|
22 |
+
- split: normalized dataset
|
23 |
+
path: "dataset.parquet"
|
24 |
---
|