Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ dataset_info:
|
|
| 13 |
config_name: mydata
|
| 14 |
features:
|
| 15 |
- name: Year
|
| 16 |
-
dtype:
|
| 17 |
- name: LocationAbbr
|
| 18 |
dtype: string
|
| 19 |
- name: LocationDesc
|
|
@@ -21,9 +21,9 @@ dataset_info:
|
|
| 21 |
- name: Geolocation
|
| 22 |
dtype: tuple
|
| 23 |
- name: Disease_Type
|
| 24 |
-
dtype:
|
| 25 |
- name: Data_Value_Type
|
| 26 |
-
dtype:
|
| 27 |
- name: Data_Value
|
| 28 |
dtype: float
|
| 29 |
- name: Break_Out_Category
|
|
@@ -31,7 +31,7 @@ dataset_info:
|
|
| 31 |
- name: Break_Out_Details
|
| 32 |
dtype: string
|
| 33 |
- name: Break_Out_Type
|
| 34 |
-
dtype:
|
| 35 |
- name: Life_Expectancy
|
| 36 |
dtype: float
|
| 37 |
---
|
|
|
|
| 13 |
config_name: mydata
|
| 14 |
features:
|
| 15 |
- name: Year
|
| 16 |
+
dtype: int32
|
| 17 |
- name: LocationAbbr
|
| 18 |
dtype: string
|
| 19 |
- name: LocationDesc
|
|
|
|
| 21 |
- name: Geolocation
|
| 22 |
dtype: tuple
|
| 23 |
- name: Disease_Type
|
| 24 |
+
dtype: int32
|
| 25 |
- name: Data_Value_Type
|
| 26 |
+
dtype: int32
|
| 27 |
- name: Data_Value
|
| 28 |
dtype: float
|
| 29 |
- name: Break_Out_Category
|
|
|
|
| 31 |
- name: Break_Out_Details
|
| 32 |
dtype: string
|
| 33 |
- name: Break_Out_Type
|
| 34 |
+
dtype: int32
|
| 35 |
- name: Life_Expectancy
|
| 36 |
dtype: float
|
| 37 |
---
|