birkhoffg commited on
Commit
1100293
1 Parent(s): 12b19fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: AGEP
5
+ dtype: float64
6
+ - name: COW
7
+ dtype: float64
8
+ - name: SCHL
9
+ dtype: float64
10
+ - name: MAR
11
+ dtype: float64
12
+ - name: OCCP
13
+ dtype: float64
14
+ - name: POBP
15
+ dtype: float64
16
+ - name: RELP
17
+ dtype: float64
18
+ - name: WKHP
19
+ dtype: float64
20
+ - name: SEX
21
+ dtype: float64
22
+ - name: RAC1P
23
+ dtype: float64
24
+ - name: STATE
25
+ dtype: string
26
+ - name: YEAR
27
+ dtype: int64
28
+ - name: PINCP
29
+ dtype: float64
30
+ - name: __index_level_0__
31
+ dtype: int64
32
+ splits:
33
+ - name: train
34
+ num_bytes: 808018860.0
35
+ num_examples: 7345626
36
+ - name: test
37
+ num_bytes: 269339730.0
38
+ num_examples: 2448543
39
+ download_size: 197308481
40
+ dataset_size: 1077358590.0
41
+ ---
42
+ # Dataset Card for "folktables-acs-income"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)