File size: 2,231 Bytes
01c5e63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
dataset_info:
  features:
  - name: reporting_country
    dtype: string
  - name: reporting_country_code
    dtype: string
  - name: border_point
    dtype: string
  - name: source
    dtype: string
  - name: source_country_code
    dtype: string
  - name: destination
    dtype: string
  - name: destination_country_code
    dtype: string
  - name: cpcv2
    dtype: string
  - name: product
    dtype: string
  - name: indicator_name
    dtype: string
  - name: start_date
    dtype: timestamp[ns]
  - name: period_date
    dtype: timestamp[ns]
  - name: value
    dtype: float64
  - name: flow_type
    dtype: string
  - name: trade_type
    dtype: string
  - name: collection_status
    dtype: string
  - name: source_organization
    dtype: string
  - name: source_document
    dtype: string
  - name: dataseries_name
    dtype: string
  - name: dataseries
    dtype: int64
  - name: unit
    dtype: string
  - name: unit_type
    dtype: string
  - name: unit_name
    dtype: string
  - name: status
    dtype: string
  - name: common_unit
    dtype: string
  - name: common_unit_quantity
    dtype: float64
  - name: reporting_country_geographic_group
    dtype: string
  - name: reporting_country_fewsnet_region
    dtype: string
  - name: source_geographic_group
    dtype: string
  - name: source_fewsnet_region
    dtype: string
  - name: destination_geographic_group
    dtype: string
  - name: destination_fewsnet_region
    dtype: string
  - name: id
    dtype: float64
  - name: value_one_month_ago
    dtype: float64
  - name: value_one_year_ago
    dtype: float64
  - name: value_two_years_ago
    dtype: float64
  - name: pct_change_from_one_month_ago
    dtype: float64
  - name: pct_change_from_one_year_ago
    dtype: float64
  - name: collection_schedule
    dtype: string
  - name: data_usage_policy
    dtype: string
  - name: esa_source
    dtype: string
  - name: esa_processed
    dtype: string
  splits:
  - name: train
    num_bytes: 1900777
    num_examples: 3202
  - name: test
    num_bytes: 472916
    num_examples: 801
  download_size: 201019
  dataset_size: 2373693
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---