Commit
·
4ff6395
1
Parent(s):
ddbd11b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ dataset_info:
|
|
12 |
- name: data_created
|
13 |
dtype: string
|
14 |
- name: data_updated
|
15 |
-
dtype:
|
16 |
- name: tax_rate
|
17 |
dtype: float64
|
18 |
- name: currency_code
|
@@ -27,18 +27,18 @@ dataset_info:
|
|
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:
|
39 |
num_examples: 249
|
40 |
-
download_size:
|
41 |
-
dataset_size:
|
42 |
---
|
43 |
# Dataset Card for "CountryProfile"
|
44 |
|
|
|
12 |
- name: data_created
|
13 |
dtype: string
|
14 |
- name: data_updated
|
15 |
+
dtype: timestamp[ns]
|
16 |
- name: tax_rate
|
17 |
dtype: float64
|
18 |
- name: currency_code
|
|
|
27 |
dtype: string
|
28 |
- name: country_code
|
29 |
dtype: string
|
|
|
|
|
30 |
- name: continent
|
31 |
dtype: string
|
32 |
- name: country_risk_premium
|
33 |
dtype: float64
|
34 |
+
- name: equity_risk_premium
|
35 |
+
dtype: float64
|
36 |
splits:
|
37 |
- name: train
|
38 |
+
num_bytes: 53426
|
39 |
num_examples: 249
|
40 |
+
download_size: 27840
|
41 |
+
dataset_size: 53426
|
42 |
---
|
43 |
# Dataset Card for "CountryProfile"
|
44 |
|