File size: 560 Bytes
59f8509
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: indicator_id
    dtype: string
  - name: indicator_name
    dtype: string
  - name: country_iso3
    dtype: string
  - name: country_name
    dtype: string
  - name: year
    dtype: int64
  - name: value
    dtype: float64
  splits:
  - name: train
    num_bytes: 17124
    num_examples: 101
  - name: test
    num_bytes: 4366
    num_examples: 26
  download_size: 8554
  dataset_size: 21490
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---