Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
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 |
+
|
95 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|