data(tablet,watch,pda): derive os_version + display ppi (3,576 records)#113
Conversation
… fields Applies the same two derivations used for smartphones (#111, #112) to the tablet/watch/pda catalogues: parse launch os_version from the `os` string, and compute display.ppi = round(sqrt(w^2+h^2)/size_inch). Deterministic, no new data. tablet +2656 os_version / +2080 ppi; watch +202 / +279; pda +16 / +54. Refs #1
🤖 TechEngine · data validation
|
🤖 TechEngine · verify (Tier 0)Derivations from existing per-record fields, not imports:
|
🔎 Data verification — Tier 0 (offline existence/trust)Scored by Changed records in this PRNo records scored. Full-dataset baseline105742 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 13192
"Yellow" : 90638
"Red" : 1912
green = authoritative source + complete + consistent · yellow = plausible, needs confirmation · red = sparse/weak source or a hard contradiction. Promotion to |
TechEngine change review: PASS
Changed data
Changed record examples
Heuristic review
|
TechEngine validation stats: PASS
Data summary
Warning Tracked verified coverage is below 50% for watch 2.5% (11/433), brand 4.8% (10/207), tablet 5.0% (174/3455), soc 5.8% (123/2104), smartphone 9.1% (8453/93396), all 9.5% (10028/105742), gpu 12.0% (244/2030), pda 19.3% (27/140), and 1 more. Validation notes
Key output:
|
Summary
Extends the two smartphone derivations (#111
os_version, #112display.ppi) to the tablet, watch, and PDA catalogues — deterministic parsing/geometry from fields already in each record, no new/external data.os_versionparsed from theosstring (shipped version; Symbian excluded; year/implausible guards). Wear OS/watchOS added to the family list for watches.display.ppi=round(sqrt(w²+h²)/size_inch)where resolution + size present and ppi absent (bounds-guarded).3,576 records touched. All
verified: false. Validation passes. Dump regenerated — 3,161 tablet + 361 watch + 54 pda detail pages.Closes #1