TohidA commited on
Commit
f9b942d
·
1 Parent(s): fc28843

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -71
README.md CHANGED
@@ -1,79 +1,120 @@
1
- dataset_name: MONA //A publicly avialabe dataset published here: https://www.imf.org/external/np/pdr/mona/QueryReportLabelsAndDescriptions.aspx
 
2
  dataset_type: tabular
3
- task_categories: [tabular-classification, tabular-regression]
 
 
 
 
 
4
 
5
  license: openrail
6
- dataset_info:
7
- features:
8
- - name: Arrangement Number
9
- dtype: int64
10
- - name: Country Name
11
- dtype: string
12
- - name: Country Code
13
- dtype: int64
14
- - name: Arrangement Type
15
- dtype: string
16
- - name: Approval date
17
- dtype: string
18
- - name: Approval Year
19
- dtype: int64
20
- - name: Initial End Date
21
- dtype: string
22
- - name: Initial End Year
23
- dtype: int64
24
- - name: Revised End Date
25
- dtype: string
26
- - name: Duration Of Annual Arrangement From
27
- dtype: string
28
- - name: Duration Of Annual Arrangement To
29
- dtype: string
30
- - name: Board Action Date
31
- dtype: string
32
- - name: Program Type
33
- dtype: string
34
- - name: Review Type
35
- dtype: string
36
- - name: Review Status
37
- dtype: string
38
- - name: Key Code
39
- dtype: string
40
- - name: Economic Code
41
- dtype: float64
42
- - name: Economic Descriptor
43
- dtype: string
44
- - name: Description
45
- dtype: string
46
- - name: Description Code
47
- dtype: int64
48
- - name: Test Date
49
- dtype: string
50
- - name: PC Status
51
- dtype: string
52
- - name: Comments
53
- dtype: string
54
- - name: Sort
55
- dtype: int64
56
- - name: EsOrder
57
- dtype: int64
58
- - name: NewTestDate
59
- dtype: string
60
- - name: Added At
61
- dtype: string
62
- - name: Assessed At
63
- dtype: string
64
- - name: Unique ID
65
- dtype: string
66
- - name: Parent ID
67
- dtype: string
68
- splits:
69
- - name: train
70
- num_bytes: 25540700
71
- num_examples: 48988
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  download_size: 0
73
  dataset_size: 25540700
 
74
  configs:
 
75
  - config_name: default
76
  data_files:
77
- - split: train
78
- path: data/train-*
79
- ---
 
1
+ ---
2
+ dataset_name: imf_arrangements
3
  dataset_type: tabular
4
+ task_categories: [tabular-classification, tabular-regression]
5
+ ---
6
+
7
+ # IMF Arrangements Dataset
8
+
9
+ A publicly avialabe dataset published here: https://www.imf.org/external/np/pdr/mona/QueryReportLabelsAndDescriptions.aspx
10
 
11
  license: openrail
12
+
13
+ dataset_info:
14
+
15
+ features:
16
+
17
+ - name: Arrangement Number
18
+ dtype: int64
19
+
20
+ - name: Country Name
21
+ dtype: string
22
+
23
+ - name: Country Code
24
+ dtype: int64
25
+
26
+ - name: Arrangement Type
27
+ dtype: string
28
+
29
+ - name: Approval date
30
+ dtype: string
31
+
32
+ - name: Approval Year
33
+ dtype: int64
34
+
35
+ - name: Initial End Date
36
+ dtype: string
37
+
38
+ - name: Initial End Year
39
+ dtype: int64
40
+
41
+ - name: Revised End Date
42
+ dtype: string
43
+
44
+ - name: Duration Of Annual Arrangement From
45
+ dtype: string
46
+
47
+ - name: Duration Of Annual Arrangement To
48
+ dtype: string
49
+
50
+ - name: Board Action Date
51
+ dtype: string
52
+
53
+ - name: Program Type
54
+ dtype: string
55
+
56
+ - name: Review Type
57
+ dtype: string
58
+
59
+ - name: Review Status
60
+ dtype: string
61
+
62
+ - name: Key Code
63
+ dtype: string
64
+
65
+ - name: Economic Code
66
+ dtype: float64
67
+
68
+ - name: Economic Descriptor
69
+ dtype: string
70
+
71
+ - name: Description
72
+ dtype: string
73
+
74
+ - name: Description Code
75
+ dtype: int64
76
+
77
+ - name: Test Date
78
+ dtype: string
79
+
80
+ - name: PC Status
81
+ dtype: string
82
+
83
+ - name: Comments
84
+ dtype: string
85
+
86
+ - name: Sort
87
+ dtype: int64
88
+
89
+ - name: EsOrder
90
+ dtype: int64
91
+
92
+ - name: NewTestDate
93
+ dtype: string
94
+
95
+ - name: Added At
96
+ dtype: string
97
+
98
+ - name: Assessed At
99
+ dtype: string
100
+
101
+ - name: Unique ID
102
+ dtype: string
103
+
104
+ - name: Parent ID
105
+ dtype: string
106
+
107
+ splits:
108
+
109
+ - name: train
110
+ num_bytes: 25540700
111
+ num_examples: 48988
112
  download_size: 0
113
  dataset_size: 25540700
114
+
115
  configs:
116
+
117
  - config_name: default
118
  data_files:
119
+ - split: train
120
+ path: data/train-*