TohidA commited on
Commit
82775f4
·
1 Parent(s): af095c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -1,3 +1,76 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ dataset_info:
4
+ features:
5
+ - name: Arrangement Number
6
+ dtype: int64
7
+ - name: Country Name
8
+ dtype: string
9
+ - name: Country Code
10
+ dtype: int64
11
+ - name: Arrangement Type
12
+ dtype: string
13
+ - name: Approval date
14
+ dtype: string
15
+ - name: Approval Year
16
+ dtype: int64
17
+ - name: Initial End Date
18
+ dtype: string
19
+ - name: Initial End Year
20
+ dtype: int64
21
+ - name: Revised End Date
22
+ dtype: string
23
+ - name: Duration Of Annual Arrangement From
24
+ dtype: string
25
+ - name: Duration Of Annual Arrangement To
26
+ dtype: string
27
+ - name: Board Action Date
28
+ dtype: string
29
+ - name: Program Type
30
+ dtype: string
31
+ - name: Review Type
32
+ dtype: string
33
+ - name: Review Status
34
+ dtype: string
35
+ - name: Key Code
36
+ dtype: string
37
+ - name: Economic Code
38
+ dtype: float64
39
+ - name: Economic Descriptor
40
+ dtype: string
41
+ - name: Description
42
+ dtype: string
43
+ - name: Description Code
44
+ dtype: int64
45
+ - name: Test Date
46
+ dtype: string
47
+ - name: PC Status
48
+ dtype: string
49
+ - name: Comments
50
+ dtype: string
51
+ - name: Sort
52
+ dtype: int64
53
+ - name: EsOrder
54
+ dtype: int64
55
+ - name: NewTestDate
56
+ dtype: string
57
+ - name: Added At
58
+ dtype: string
59
+ - name: Assessed At
60
+ dtype: string
61
+ - name: Unique ID
62
+ dtype: string
63
+ - name: Parent ID
64
+ dtype: string
65
+ splits:
66
+ - name: train
67
+ num_bytes: 25540700
68
+ num_examples: 48988
69
+ download_size: 2294506
70
+ dataset_size: 25540700
71
+ configs:
72
+ - config_name: default
73
+ data_files:
74
+ - split: train
75
+ path: data/train-*
76
  ---