-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmapping.json
More file actions
72 lines (72 loc) · 1.14 KB
/
mapping.json
File metadata and controls
72 lines (72 loc) · 1.14 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"category": {
"misc_net": 8,
"grocery_pos": 4,
"entertainment": 0,
"gas_transport": 2,
"misc_pos": 9,
"grocery_net": 3,
"shopping_net": 11,
"shopping_pos": 12,
"food_dining": 1,
"personal_care": 10,
"health_fitness": 5,
"travel": 13,
"kids_pets": 7,
"home": 6
},
"gender": {
"F": 0,
"M": 1
},
"region": {
"South": 4,
"Far West": 0,
"Rocky Mountains": 3,
"Northeast": 2,
"Midwest": 1,
"nan": 5
},
"trans_month": {
"January": 4,
"February": 3,
"March": 7,
"April": 0,
"May": 8,
"June": 6,
"July": 5,
"August": 1,
"September": 11,
"October": 10,
"November": 9,
"December": 2
},
"day_period": {
"Night": 3,
"Morning": 2,
"Afternoon": 0,
"Evening": 1
},
"trans_year": {
"2019": 0,
"2020": 1
},
"job_sector": {
"Legal": 5,
"Education": 1,
"Other": 8,
"Healthcare": 3,
"Manufacturing": 6,
"Finance": 2,
"IT": 4,
"Marketing": 7,
"Retail": 9,
"Construction": 0
},
"age_group": {
"18-35": 1,
"35-60": 2,
"60+": 3,
"14-18": 0
}
}