Laptop Price Prediction Dataset
Exploring Laptop Prices: A Dataset for Predictive Analysis and Price Prediction
@kaggle.jacksondivakarr_laptop_price_prediction_dataset
Exploring Laptop Prices: A Dataset for Predictive Analysis and Price Prediction
@kaggle.jacksondivakarr_laptop_price_prediction_dataset
CREATE TABLE data (
"unnamed_0_1" BIGINT,
"unnamed_0" BIGINT,
"brand" VARCHAR,
"name" VARCHAR,
"price" BIGINT,
"spec_rating" DOUBLE,
"processor" VARCHAR,
"cpu" VARCHAR,
"ram" VARCHAR,
"ram_type" VARCHAR,
"rom" VARCHAR,
"rom_type" VARCHAR,
"gpu" VARCHAR,
"display_size" DOUBLE,
"resolution_width" DOUBLE,
"resolution_height" DOUBLE,
"os" VARCHAR,
"warranty" BIGINT
);
Anyone who has the link will be able to view this.