Skip to content

Commit e79f92e

Browse files
committed
data(smartphone): import GSMArena raw phones batch 27
Add 208 unverified smartphone records from the GSMArena and PhoneDB import batch. Chunk 27 of 48; records remain verified: false pending manual audit. Refs #1
1 parent 1ace2df commit e79f92e

208 files changed

Lines changed: 7669 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"slug": "e60",
3+
"name": "E60",
4+
"brand": "nokia",
5+
"soc": "220-mhz-dual-arm-9",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 970,
9+
"weight_g": 117.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 2.1,
17+
"resolution": "352x416",
18+
"type": "TFT, 16M colors"
19+
},
20+
"connectivity": {
21+
"wifi": "Wi-Fi 802.11i/e/g, VoIP over WLAN",
22+
"bluetooth": "1.2",
23+
"usb": "Pop-Port"
24+
},
25+
"raw_price": "About 190 EUR",
26+
"raw_gsmarena": {
27+
"launch_status": "Discontinued",
28+
"network_technology": "GSM / UMTS",
29+
"platform_chipset": null,
30+
"platform_cpu": "220 MHz Dual ARM 9",
31+
"platform_gpu": null
32+
}
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"slug": "e61",
3+
"name": "E61",
4+
"brand": "nokia",
5+
"soc": "220-mhz-dual-arm-9",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 144.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 2.9,
17+
"resolution": "320x240",
18+
"type": "TFT, 16M colors"
19+
},
20+
"connectivity": {
21+
"wifi": "Wi-Fi 802.11i/e/g, VoIP over WLAN",
22+
"bluetooth": "1.2",
23+
"usb": "Pop-Port"
24+
},
25+
"raw_price": "About 230 EUR",
26+
"raw_gsmarena": {
27+
"launch_status": "Discontinued",
28+
"network_technology": "GSM / UMTS",
29+
"platform_chipset": null,
30+
"platform_cpu": "220 MHz Dual ARM 9",
31+
"platform_gpu": null
32+
}
33+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"slug": "e70",
3+
"name": "E70",
4+
"brand": "nokia",
5+
"soc": "220-mhz-dual-arm-9",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1150,
9+
"weight_g": 127.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 2.1,
17+
"resolution": "352x416",
18+
"type": "TFT, 16M colors"
19+
},
20+
"cameras": [
21+
{
22+
"type": "main",
23+
"mp": 2.0
24+
}
25+
],
26+
"connectivity": {
27+
"wifi": "Wi-Fi 802.11 i/e/g, VoIP over WLAN",
28+
"bluetooth": "1.2",
29+
"usb": "Pop-Port"
30+
},
31+
"raw_price": "About 230 EUR",
32+
"raw_gsmarena": {
33+
"launch_status": "Discontinued",
34+
"network_technology": "GSM / UMTS",
35+
"platform_chipset": null,
36+
"platform_cpu": "220 MHz Dual ARM 9",
37+
"platform_gpu": null
38+
}
39+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"slug": "n70",
3+
"name": "N70",
4+
"brand": "nokia",
5+
"soc": "ti-omap-1710",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 970,
9+
"weight_g": 126.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 2.1,
17+
"resolution": "176x208",
18+
"type": "TFT, 256K colors"
19+
},
20+
"cameras": [
21+
{
22+
"type": "main",
23+
"mp": 2.0
24+
}
25+
],
26+
"connectivity": {
27+
"bluetooth": "2.0",
28+
"usb": "Pop-Port"
29+
},
30+
"raw_price": "About 110 EUR",
31+
"raw_gsmarena": {
32+
"launch_status": "Discontinued",
33+
"network_technology": "GSM / UMTS",
34+
"platform_chipset": "TI OMAP 1710",
35+
"platform_cpu": "220 MHz",
36+
"platform_gpu": null
37+
}
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"slug": "n71",
3+
"name": "N71",
4+
"brand": "nokia",
5+
"soc": "220-mhz-dual-arm-9",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 970,
9+
"weight_g": 139.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 2.4,
17+
"resolution": "240x320",
18+
"type": "TFT, 256K colors"
19+
},
20+
"cameras": [
21+
{
22+
"type": "main",
23+
"mp": 2.0
24+
}
25+
],
26+
"connectivity": {
27+
"bluetooth": "1.2",
28+
"usb": "Pop-Port"
29+
},
30+
"raw_price": "About 270 EUR",
31+
"raw_gsmarena": {
32+
"launch_status": "Discontinued",
33+
"network_technology": "GSM / UMTS",
34+
"platform_chipset": null,
35+
"platform_cpu": "220 MHz Dual ARM 9",
36+
"platform_gpu": null
37+
}
38+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"slug": "n80",
3+
"name": "N80",
4+
"brand": "nokia",
5+
"soc": "220-mhz-dual-arm-9",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 820,
9+
"weight_g": 134.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 2.1,
17+
"resolution": "352x416",
18+
"type": "TFT, 256K colors"
19+
},
20+
"cameras": [
21+
{
22+
"type": "main",
23+
"mp": 3.15
24+
}
25+
],
26+
"connectivity": {
27+
"wifi": "Wi-Fi 802.11g",
28+
"bluetooth": "1.2",
29+
"usb": "Pop-Port 2.0"
30+
},
31+
"raw_price": "About 240 EUR",
32+
"raw_gsmarena": {
33+
"launch_status": "Discontinued",
34+
"network_technology": "GSM / UMTS",
35+
"platform_chipset": null,
36+
"platform_cpu": "220 MHz Dual ARM 9",
37+
"platform_gpu": null
38+
}
39+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"slug": "n90",
3+
"name": "N90",
4+
"brand": "nokia",
5+
"soc": "ti-omap-1710",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 760,
9+
"weight_g": 173.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 2.1,
17+
"resolution": "352x416",
18+
"type": "TFT, 256K colors"
19+
},
20+
"cameras": [
21+
{
22+
"type": "main",
23+
"mp": 2.0
24+
}
25+
],
26+
"connectivity": {
27+
"bluetooth": "1.2",
28+
"usb": "Pop-Port"
29+
},
30+
"raw_price": "About 250 EUR",
31+
"raw_gsmarena": {
32+
"launch_status": "Discontinued",
33+
"network_technology": "GSM / UMTS",
34+
"platform_chipset": "TI OMAP 1710",
35+
"platform_cpu": "220 MHz ARM926EJ-S",
36+
"platform_gpu": null
37+
}
38+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"slug": "n91",
3+
"name": "N91",
4+
"brand": "nokia",
5+
"soc": "220-mhz-dual-arm-9",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 900,
9+
"weight_g": 164.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"storage_options_gb": [
16+
8
17+
],
18+
"display": {
19+
"size_inch": 2.1,
20+
"resolution": "176x208",
21+
"type": "TFT, 256K colors"
22+
},
23+
"cameras": [
24+
{
25+
"type": "main",
26+
"mp": 2.0
27+
}
28+
],
29+
"connectivity": {
30+
"wifi": "Wi-Fi 802.11b/g",
31+
"bluetooth": "1.2 (A2DP - 8 GB version only)",
32+
"usb": "miniUSB 2.0"
33+
},
34+
"raw_price": "About 230 EUR",
35+
"raw_gsmarena": {
36+
"launch_status": "Discontinued",
37+
"network_technology": "GSM / UMTS",
38+
"platform_chipset": null,
39+
"platform_cpu": "220 MHz Dual ARM 9",
40+
"platform_gpu": null
41+
}
42+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"slug": "n92",
3+
"name": "N92",
4+
"brand": "nokia",
5+
"soc": "268-mhz-dual-arm-9",
6+
"release_date": "2005-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 191.0,
10+
"os": "Symbian",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 2.8,
17+
"resolution": "240x320",
18+
"type": "TFT, 16M colors"
19+
},
20+
"cameras": [
21+
{
22+
"type": "main",
23+
"mp": 2.0
24+
}
25+
],
26+
"connectivity": {
27+
"wifi": "Wi-Fi 802.11b/g",
28+
"bluetooth": "Yes",
29+
"usb": "2.0"
30+
},
31+
"raw_price": "About 420 EUR",
32+
"raw_gsmarena": {
33+
"launch_status": "Discontinued",
34+
"network_technology": "GSM / UMTS",
35+
"platform_chipset": null,
36+
"platform_cpu": "268 MHz Dual ARM 9",
37+
"platform_gpu": null
38+
}
39+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"slug": "1110i",
3+
"name": "1110i",
4+
"brand": "nokia",
5+
"soc": "nokia-mobile-platform-2006",
6+
"release_date": "2006-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 900,
9+
"weight_g": 80.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"type": "Monochrome graphic"
17+
},
18+
"raw_price": "About 40 EUR",
19+
"raw_gsmarena": {
20+
"launch_status": "Discontinued",
21+
"network_technology": "GSM",
22+
"platform_chipset": null,
23+
"platform_cpu": null,
24+
"platform_gpu": null
25+
}
26+
}

0 commit comments

Comments
 (0)