Laptop Pricing
This dataset is a collection of features related to various laptops.
@kaggle.huzdaria_laptop_pricing
This dataset is a collection of features related to various laptops.
@kaggle.huzdaria_laptop_pricing
CREATE TABLE laptop_pricing_dataset (
"unnamed_0" BIGINT,
"manufacturer" VARCHAR,
"category" BIGINT,
"screen" VARCHAR,
"gpu" BIGINT,
"os" BIGINT,
"cpu_core" BIGINT,
"screen_size_cm" DOUBLE,
"cpu_frequency" DOUBLE,
"ram_gb" BIGINT,
"storage_gb_ssd" BIGINT,
"weight_kg" DOUBLE,
"price" BIGINT
);
Anyone who has the link will be able to view this.