-
Notifications
You must be signed in to change notification settings - Fork 2
/
mapping.json
44 lines (44 loc) · 1015 Bytes
/
mapping.json
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
{
"car_brand": {
"0": "Tesla",
"1": "Hyundai",
"2": "Volkswagen",
"3": "Jaguar",
"4": "Mercedes-Benz",
"5": "Peugeot",
"6": "Ford",
"7": "Renault",
"8": "Audi",
"9": "BMW"
},
"car_modell": {
"0": "Model S",
"1": "Kona Electric",
"2": "Model X",
"3": "ID.4",
"4": "e-up!",
"5": "I-Pace",
"6": "Model Y",
"7": "EQC",
"8": "Model 3",
"9": "Peugeot iOn",
"10": "Mustang Mach-E",
"11": "Ford F-150 Lightning electric pickup",
"12": "Kangoo Z.E.",
"13": "Focus Electric",
"14": "e-tron 55",
"15": "Ioniq Electric",
"16": "e208",
"17": "ID.3",
"18": "e-tron 50",
"19": "B-Class Electric Drive",
"20": "i3",
"21": "SM3 Z.E.",
"22": "e2008",
"23": "Twizy"
},
"car_price_alt": {
"0": "expensive",
"1": "cheap"
}
}