Laptop Prices
Laptops Dataset for prediction of laptop prices.
@kaggle.abdelrahmanemad594_laptop_prices
Laptops Dataset for prediction of laptop prices.
@kaggle.abdelrahmanemad594_laptop_prices
CREATE TABLE laptop_price (
"company" VARCHAR,
"product" VARCHAR,
"typename" VARCHAR,
"inches" DOUBLE,
"screenresolution" VARCHAR,
"ram" VARCHAR,
"opsys" VARCHAR,
"cpu_brand" VARCHAR,
"cpu_model" VARCHAR,
"cpu_rate" VARCHAR,
"ssd" BIGINT,
"hdd" BIGINT,
"flash_storage" BIGINT,
"hybrid" BIGINT,
"gpu_brand" VARCHAR,
"gpu_model" VARCHAR,
"unnamed_16" VARCHAR,
"price_euros" DOUBLE
);
Anyone who has the link will be able to view this.