Laptop Specs
Tech Specs and Performance Data for a Comprehensive Laptop Dataset
@kaggle.adityamishraml_laptops
Tech Specs and Performance Data for a Comprehensive Laptop Dataset
@kaggle.adityamishraml_laptops
CREATE TABLE laptops (
"indx" BIGINT,
"company" VARCHAR,
"typename" VARCHAR,
"inches" DOUBLE,
"touchscreen" BIGINT,
"ipspanel" BIGINT,
"retinadisplay" BIGINT,
"resolution_width" BIGINT,
"resolution_height" BIGINT,
"cpu_brand" VARCHAR,
"cpu_name" VARCHAR,
"cpu_speed" DOUBLE,
"ram" BIGINT,
"memory" VARCHAR,
"hdd" BIGINT,
"ssd" BIGINT,
"flashstorage" BIGINT,
"hybrid" BIGINT,
"gpu_brand" VARCHAR,
"gpu_name" VARCHAR,
"opsys" VARCHAR,
"weight_kg" DOUBLE,
"price" BIGINT
);
Anyone who has the link will be able to view this.