Laptop Prices
Laptops Dataset for prediction of laptop prices.
@kaggle.abdelrahmanemad594_laptop_prices
Laptops Dataset for prediction of laptop prices.
@kaggle.abdelrahmanemad594_laptop_prices
Laptops Dataset
Description
This dataset contains detailed specifications of various laptop models, along with their prices in euros. It is designed to help users understand how different technical characteristics influence laptop pricing. The data includes information such as brand, model, size, memory, storage, and graphics capabilities, making it useful for market analysis, product comparison, or pricing prediction models.
Columns
This dataset can be used to analyze the relationship between various laptop specifications and their price.
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 -- Unnamed: 16,
"price_euros" DOUBLE
);
Anyone who has the link will be able to view this.