La-matrice commited on
Commit
0a6e325
1 Parent(s): e57783c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,10 +1,24 @@
1
- This dataset offers comprehensive hourly temperature records from all France metropolitan and overseas weather stations.
 
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
  ---