Skip to content

Commit bd1f0f9

Browse files
committed
data(cpu): fill process node, L3 cache and boost clock from Wikipedia
581 CPU records gain 982 previously-null fields (process_node 400, l3_cache_mb 580, boost_clock_ghz 2), sourced from the Wikipedia "List of Intel Core desktop/mobile processors" and AMD list pages. Only empty fields are written; nothing existing is overwritten and `verified` is untouched. Each parsed row was accepted only when the data already held for that SKU agreed with it -- base clock within 0.05 GHz and TDP within 1 W -- because these tables do not share a column layout and a positional read silently shifts values (an early pass produced "L3 = 95 MB" from a TDP column and "TDP = 2011" from a release-year column). Rows that disagreed were dropped rather than guessed. MSRP was deliberately not imported: Wikipedia lists launch price, which is not what msrp_usd holds. Refs #1
1 parent 453d699 commit bd1f0f9

581 files changed

Lines changed: 2144 additions & 1563 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.

data/cpu/amd/2016/consumer/amd-fx-4320.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"e_cores": null,
1414
"base_clock_ghz": 4.0,
1515
"boost_clock_ghz": 4.2,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 4.0,
1717
"tdp_w": 95,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": null,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_processors"
4445
]
4546
}

data/cpu/amd/2018/consumer/amd-athlon-x4-830.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 3.0,
15-
"boost_clock_ghz": null,
15+
"boost_clock_ghz": 3.4,
1616
"l3_cache_mb": null,
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 202,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_processors"
4445
]
4546
}

data/cpu/intel/2008/consumer/intel-core-i7-920.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "desktop",
77
"architecture": "Core",
88
"socket": "LGA1366",
9-
"process_node": null,
9+
"process_node": "45 nm",
1010
"cores": 4,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.67,
1515
"boost_clock_ghz": 2.93,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 130,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 190,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_desktop_processors"
4445
]
4546
}

data/cpu/intel/2008/consumer/intel-core-i7-940.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "desktop",
77
"architecture": "Core",
88
"socket": "LGA1366",
9-
"process_node": null,
9+
"process_node": "45 nm",
1010
"cores": 4,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.93,
1515
"boost_clock_ghz": 3.2,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 130,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 348,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_desktop_processors"
4445
]
4546
}

data/cpu/intel/2008/consumer/intel-core-i7-965.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "desktop",
77
"architecture": "Core",
88
"socket": "LGA1366",
9-
"process_node": null,
9+
"process_node": "45 nm",
1010
"cores": 4,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 3.2,
1515
"boost_clock_ghz": 3.46,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 130,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 1300,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_desktop_processors"
4445
]
4546
}

data/cpu/intel/2009/consumer/intel-core-i5-660.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"e_cores": null,
1414
"base_clock_ghz": 3.33,
1515
"boost_clock_ghz": 3.6,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 4.0,
1717
"tdp_w": 73,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 335,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_desktop_processors"
4445
]
4546
}

data/cpu/intel/2009/consumer/intel-core-i5-750.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "desktop",
77
"architecture": "Core",
88
"socket": "LGA1156",
9-
"process_node": null,
9+
"process_node": "45 nm",
1010
"cores": 4,
1111
"threads": 4,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.67,
1515
"boost_clock_ghz": 3.2,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 95,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 163,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_desktop_processors"
4445
]
4546
}

data/cpu/intel/2009/consumer/intel-core-i7-720qm.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "laptop",
77
"architecture": "Core",
88
"socket": "PGA988A",
9-
"process_node": null,
9+
"process_node": "45 nm",
1010
"cores": 4,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 1.6,
1515
"boost_clock_ghz": 2.8,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 6.0,
1717
"tdp_w": 45,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 220,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
4445
]
4546
}

data/cpu/intel/2009/consumer/intel-core-i7-820qm.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "laptop",
77
"architecture": "Core",
88
"socket": "PGA988A",
9-
"process_node": null,
9+
"process_node": "45 nm",
1010
"cores": 4,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 1.73,
1515
"boost_clock_ghz": 3.06,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 45,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 129,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
4445
]
4546
}

data/cpu/intel/2009/consumer/intel-core-i7-860.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "desktop",
77
"architecture": "Core",
88
"socket": "LGA1156",
9-
"process_node": null,
9+
"process_node": "45 nm",
1010
"cores": 4,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.8,
1515
"boost_clock_ghz": 3.46,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 95,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 44,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_desktop_processors"
4445
]
4546
}

0 commit comments

Comments
 (0)