Datasets:
File size: 655 Bytes
23975c7 | 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 | ---
dataset_info:
features:
- name: country_name
dtype: string
- name: country_iso3
dtype: string
- name: year
dtype: int64
- name: indicator_name
dtype: string
- name: indicator_code
dtype: string
- name: value
dtype: float64
- name: esa_source
dtype: string
- name: esa_processed
dtype: string
splits:
- name: train
num_bytes: 1302168
num_examples: 10356
- name: test
num_bytes: 326032
num_examples: 2589
download_size: 266240
dataset_size: 1628200
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|