La-matrice commited on
Commit
5b9ba53
1 Parent(s): bb0776a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -1,16 +1,15 @@
1
  ---
2
  configs:
3
- - config_name: default
4
- data_files:
5
- - split: original dataset
6
- path: "dataset.parquet"
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