jlh commited on
Commit
cce22af
1 Parent(s): bb77c7d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -38
README.md CHANGED
@@ -3,92 +3,96 @@ dataset_info:
3
  features:
4
  - name: age
5
  dtype: string
6
- - name: class of worker
7
  dtype: int64
8
- - name: detailed industry recode
9
  dtype: int64
10
- - name: detailed occupation recode
11
  dtype: string
12
  - name: education
13
  dtype: int64
14
- - name: wage per hour
15
  dtype: string
16
- - name: enroll in edu inst last wk
17
  dtype: string
18
- - name: marital stat
19
  dtype: string
20
- - name: major industry code
21
  dtype: string
22
- - name: major occupation code
23
  dtype: string
24
  - name: race
25
  dtype: string
26
- - name: hispanic origin
27
  dtype: string
28
  - name: sex
29
  dtype: string
30
- - name: member of a labor union
31
  dtype: string
32
- - name: reason for unemployment
33
  dtype: string
34
- - name: full or part time employment stat
35
  dtype: int64
36
- - name: capital gains
37
  dtype: int64
38
- - name: capital losses
39
  dtype: int64
40
- - name: dividends from stocks
41
  dtype: string
42
- - name: tax filer stat
43
  dtype: string
44
- - name: region of previous residence
45
  dtype: string
46
- - name: state of previous residence
47
  dtype: string
48
- - name: detailed household and family stat
49
  dtype: string
50
- - name: detailed household summary in household
51
  dtype: float64
52
- - name: migration code-change in msa
53
  dtype: string
54
- - name: migration code-change in reg
55
  dtype: string
56
- - name: migration code-move within reg
57
  dtype: string
58
- - name: live in this house 1 year ago
59
  dtype: string
60
- - name: migration prev res in sunbelt
61
  dtype: string
62
- - name: num persons worked for employer
63
  dtype: int64
64
- - name: family members under 18
65
  dtype: string
66
- - name: country of birth father
67
  dtype: string
68
- - name: country of birth mother
69
  dtype: string
70
- - name: country of birth self
71
  dtype: string
72
  - name: citizenship
73
  dtype: string
74
- - name: own business or self employed
75
  dtype: int64
76
- - name: fill inc questionnaire for veteran's admin
77
  dtype: string
78
- - name: veterans benefits
79
  dtype: int64
80
- - name: weeks worked in year
81
  dtype: int64
82
  - name: year
83
  dtype: int64
84
  - name: income
85
- dtype: string
 
 
 
 
86
  splits:
87
  - name: train
88
- num_bytes: 130937238
89
  num_examples: 199523
90
- download_size: 7979854
91
- dataset_size: 130937238
92
  ---
93
  # Dataset Card for "uci-census-income-94"
94
 
 
3
  features:
4
  - name: age
5
  dtype: string
6
+ - name: class_of_worker
7
  dtype: int64
8
+ - name: detailed_industry_recode
9
  dtype: int64
10
+ - name: detailed_occupation_recode
11
  dtype: string
12
  - name: education
13
  dtype: int64
14
+ - name: wage_per_hour
15
  dtype: string
16
+ - name: enroll_in_edu_inst_last_wk
17
  dtype: string
18
+ - name: marital_stat
19
  dtype: string
20
+ - name: major_industry_code
21
  dtype: string
22
+ - name: major_occupation_code
23
  dtype: string
24
  - name: race
25
  dtype: string
26
+ - name: hispanic_origin
27
  dtype: string
28
  - name: sex
29
  dtype: string
30
+ - name: member_of_a_labor_union
31
  dtype: string
32
+ - name: reason_for_unemployment
33
  dtype: string
34
+ - name: full_or_part_time_employment_stat
35
  dtype: int64
36
+ - name: capital_gains
37
  dtype: int64
38
+ - name: capital_losses
39
  dtype: int64
40
+ - name: dividends_from_stocks
41
  dtype: string
42
+ - name: tax_filer_stat
43
  dtype: string
44
+ - name: region_of_previous_residence
45
  dtype: string
46
+ - name: state_of_previous_residence
47
  dtype: string
48
+ - name: detailed_household_and_family_stat
49
  dtype: string
50
+ - name: detailed_household_summary_in_household
51
  dtype: float64
52
+ - name: migration_code-change_in_msa
53
  dtype: string
54
+ - name: migration_code-change_in_reg
55
  dtype: string
56
+ - name: migration_code-move_within_reg
57
  dtype: string
58
+ - name: live_in_this_house_1_year_ago
59
  dtype: string
60
+ - name: migration_prev_res_in_sunbelt
61
  dtype: string
62
+ - name: num_persons_worked_for_employer
63
  dtype: int64
64
+ - name: family_members_under_18
65
  dtype: string
66
+ - name: country_of_birth_father
67
  dtype: string
68
+ - name: country_of_birth_mother
69
  dtype: string
70
+ - name: country_of_birth_self
71
  dtype: string
72
  - name: citizenship
73
  dtype: string
74
+ - name: own_business_or_self_employed
75
  dtype: int64
76
+ - name: fill_inc_questionnaire_for_veteran's_admin
77
  dtype: string
78
+ - name: veterans_benefits
79
  dtype: int64
80
+ - name: weeks_worked_in_year
81
  dtype: int64
82
  - name: year
83
  dtype: int64
84
  - name: income
85
+ dtype:
86
+ class_label:
87
+ names:
88
+ '0': ' - 50000.'
89
+ '1': ' 50000+.'
90
  splits:
91
  - name: train
92
+ num_bytes: 129952005
93
  num_examples: 199523
94
+ download_size: 7989520
95
+ dataset_size: 129952005
96
  ---
97
  # Dataset Card for "uci-census-income-94"
98