bstds commited on
Commit
b879018
·
1 Parent(s): 01a655c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: geonameid
5
+ dtype: int64
6
+ - name: name
7
+ dtype: string
8
+ - name: asciiname
9
+ dtype: string
10
+ - name: alternatenames
11
+ dtype: string
12
+ - name: latitude
13
+ dtype: float64
14
+ - name: longitude
15
+ dtype: float64
16
+ - name: feature_class
17
+ dtype: string
18
+ - name: feature_code
19
+ dtype: string
20
+ - name: country_code
21
+ dtype: string
22
+ - name: cc2
23
+ dtype: string
24
+ - name: admin1_code
25
+ dtype: string
26
+ - name: admin2_code
27
+ dtype: string
28
+ - name: admin3_code
29
+ dtype: string
30
+ - name: admin4_code
31
+ dtype: string
32
+ - name: population
33
+ dtype: int64
34
+ - name: elevation
35
+ dtype: float64
36
+ - name: dem
37
+ dtype: int64
38
+ - name: timezone
39
+ dtype: string
40
+ - name: modification_date
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 2378719253
45
+ num_examples: 12368001
46
+ download_size: 824343833
47
+ dataset_size: 2378719253
48
+ ---
49
+ # Dataset Card for "geonames"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)