File size: 874 Bytes
00ec1d3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | ---
dataset_info:
features:
- name: countrycode
dtype: string
- name: countryname
dtype: string
- name: adminlevel
dtype: string
- name: date
dtype: timestamp[ns]
- name: datatype
dtype: string
- name: fcs_people
dtype: int64
- name: fcs_prevalence
dtype: float64
- name: rcsi_people
dtype: int64
- name: rcsi_prevalence
dtype: float64
- name: health_access_people
dtype: int64
- name: health_access_prevalence
dtype: float64
- name: market_access_people
dtype: int64
- name: market_access_prevalence
dtype: float64
- name: esa_source
dtype: string
- name: esa_processed
dtype: string
splits:
- name: train
num_bytes: 132
num_examples: 1
download_size: 6754
dataset_size: 132
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|