vitaliy-sharandin commited on
Commit
7c04a47
1 Parent(s): b72e2fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Entity
5
+ dtype: string
6
+ - name: Seasonal variation
7
+ dtype: float64
8
+ - name: Combined measurements
9
+ dtype: float64
10
+ - name: Monthly averaged
11
+ dtype: float64
12
+ - name: Annual averaged
13
+ dtype: float64
14
+ - name: monthly_sea_surface_temperature_anomaly
15
+ dtype: float64
16
+ - name: Sea surface temp (lower-bound)
17
+ dtype: float64
18
+ - name: Sea surface temp (upper-bound)
19
+ dtype: float64
20
+ - name: Monthly pH measurement
21
+ dtype: float64
22
+ - name: Annual average
23
+ dtype: float64
24
+ - name: Temperature anomaly
25
+ dtype: float64
26
+ - name: Church & White
27
+ dtype: float64
28
+ - name: University of Hawaii
29
+ dtype: float64
30
+ - name: Average
31
+ dtype: float64
32
+ - name: arctic_sea_ice_osisaf
33
+ dtype: float64
34
+ - name: Monthly averaged.1
35
+ dtype: float64
36
+ - name: Annual averaged.1
37
+ dtype: float64
38
+ - name: Monthly averaged.2
39
+ dtype: float64
40
+ - name: Annual averaged.2
41
+ dtype: float64
42
+ - name: Date
43
+ dtype: timestamp[ns, tz=UTC]
44
+ splits:
45
+ - name: train
46
+ num_bytes: 1732149
47
+ num_examples: 10198
48
+ download_size: 358873
49
+ dataset_size: 1732149
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: train
54
+ path: data/train-*
55
+ ---
56
+ # Dataset Card for "climate-world-region"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)