DrDominikDellermann commited on
Commit
92cde64
1 Parent(s): 2d2b008

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: name
7
+ dtype: string
8
+ - name: alpha_2
9
+ dtype: string
10
+ - name: code
11
+ dtype: string
12
+ - name: data_created
13
+ dtype: string
14
+ - name: data_updated
15
+ dtype: string
16
+ - name: tax_rate
17
+ dtype: float64
18
+ - name: currency_code
19
+ dtype: string
20
+ - name: region
21
+ dtype: string
22
+ - name: region_code
23
+ dtype: float64
24
+ - name: sub_region
25
+ dtype: string
26
+ - name: sub_region_code
27
+ dtype: string
28
+ - name: country_code
29
+ dtype: string
30
+ - name: equity_risk_premium
31
+ dtype: float64
32
+ - name: continent
33
+ dtype: string
34
+ - name: country_risk_premium
35
+ dtype: float64
36
+ splits:
37
+ - name: train
38
+ num_bytes: 58840
39
+ num_examples: 249
40
+ download_size: 27895
41
+ dataset_size: 58840
42
+ ---
43
+ # Dataset Card for "CountryProfile"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)