-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolumn_structure.json
More file actions
176 lines (176 loc) · 2.79 KB
/
column_structure.json
File metadata and controls
176 lines (176 loc) · 2.79 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"product": [
"AC",
"Laptop",
"Laptop+Monitor",
"Monitor",
"Oven",
"Overall",
"REF",
"REF+Oven",
"TV",
"TV+Laptop+Monitor",
"WM",
"WM+REF+Oven"
],
"region": [
"Global",
"Overseas",
"Region-ASIA",
"Region-CIS",
"Region-EU",
"Region-INDIA",
"Region-KOR",
"Region-LATAM",
"Region-MEA",
"Region-NA"
],
"country": [
"Australia",
"Brazil",
"CIS",
"Canada",
"Colombia",
"Egypt",
"France",
"Germany",
"Global",
"India",
"Indonesia",
"Italy",
"KSA",
"Korea",
"Mexico",
"Overseas",
"Peru",
"Region-ASIA",
"Region-CIS",
"Region-EU",
"Region-INDIA",
"Region-KOR",
"Region-LATAM",
"Region-MEA",
"Region-NA",
"Taiwan",
"Thailand",
"UAE",
"UK",
"USA",
"Vietnam"
],
"cej": [
"Aware/Explore",
"Decision-making/Purchase",
"Delivery",
"Installation & Preparation for usage",
"Maintenance/Replacement",
"Total",
"Usage"
],
"attribute": [
"NPS"
],
"banner1": [
". Age2",
". Purchase period",
". TV Type2",
"AC Type",
"Age",
"CS Experience",
"CS Paid",
"CS period",
"Gender",
"Household income",
"Laptop Type",
"Oven Type",
"PC Monitor Type",
"Product price tier",
"Purchase TP",
"Purchase period",
"REF Type",
"TV Type",
"Total",
"WM Type"
],
"banner2": [
"1 Door",
"13-18mos",
"15-19",
"19-24mos",
"20-29",
"2in1",
"30-39",
"39 and under",
"40 and over",
"40-49",
"50 and over",
"7-12mos",
"Bottom Freezer",
"CS Experience",
"CS free",
"CS paid",
"Electric",
"FL",
"Female",
"Gaming",
"Gaming&Professional",
"Gas",
"High",
"Low",
"Male",
"Mid",
"More than 25mos",
"Multi door/French Door",
"No CS Experience",
"Non OLED",
"OLED",
"OLED+QNED/QLED",
"Offline_All",
"Offline_Brand",
"Offline_Multi-brand",
"Online_All",
"Online_Brand",
"Online_Multi-brand",
"Over 1 year",
"QNED/QLED",
"Regular",
"Side by side",
"Slim&Light",
"Smart",
"Stand",
"Standard",
"TL",
"Top Freezer",
"Total",
"UHD",
"Wall",
"Wall-mounted",
"Window",
"Within 1 year",
"Within 6mos"
],
"brand": [
"1st Competitor",
"GE",
"Gree",
"LG",
"LG - 1st Comp.",
"Panasonic",
"Samsung",
"Sharp",
"Springer Midea",
"Toshiba",
"Voltas"
],
"values": {
"2023 H1 base": "number",
"2023 H1": "number",
"2023 H2 base": "number",
"2023 H2": "number",
"2024 Y base": "number",
"2024 Y": "number",
"2025 Y base": "number",
"2025 Y": "number",
"_Gap": "number"
}
}