File size: 937 Bytes
e4a9743
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: age
    dtype: int64
  - name: ' workclass'
    dtype: string
  - name: ' fnlwgt'
    dtype: int64
  - name: ' education'
    dtype: string
  - name: ' education-num'
    dtype: int64
  - name: ' marital-status'
    dtype: string
  - name: ' occupation'
    dtype: string
  - name: ' relationship'
    dtype: string
  - name: ' race'
    dtype: string
  - name: ' sex'
    dtype: string
  - name: ' capital-gain'
    dtype: int64
  - name: ' capital-loss'
    dtype: int64
  - name: ' hours-per-week'
    dtype: int64
  - name: ' native-country'
    dtype: string
  - name: ' income'
    dtype: string
  splits:
  - name: train
    num_bytes: 5609851
    num_examples: 32561
  download_size: 585212
  dataset_size: 5609851
---
# Dataset Card for "uci-adult-income"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)