Laptops Price Dataset
Dataset with laptops information, including selling price
@kaggle.juanmerinobermejo_laptops_price_dataset
Dataset with laptops information, including selling price
@kaggle.juanmerinobermejo_laptops_price_dataset
This dataset provides a comprehensive collection of information on various laptops, enabling a detailed analysis of their specifications and pricing. It encompasses a wide range of laptops, encompassing diverse brands, models, and configurations, making it a valuable resource for researchers, data analysts, and machine learning enthusiasts interested in the laptop industry.
The data comes from the spanish website PC componentes. The data was collected using Power Automate, more info on: https://github.com/juanmerino89/laptops-data-cleaning
Fields included:
By utilizing this dataset, researchers and analysts can explore patterns, trends, and relationships between laptop specifications and their pricing. It serves as an excellent resource for tasks such as price prediction, market analysis, and comparison of different laptop configurations. Whether you are interested in identifying the most cost-effective options or understanding the impact of specific hardware components on laptop prices, this dataset offers abundant possibilities for in-depth exploration.
CREATE TABLE laptops (
"laptop" VARCHAR,
"status" VARCHAR,
"brand" VARCHAR,
"model" VARCHAR,
"cpu" VARCHAR,
"ram" BIGINT,
"storage" BIGINT,
"storage_type" VARCHAR,
"gpu" VARCHAR,
"screen" DOUBLE,
"touch" VARCHAR,
"final_price" DOUBLE
);Anyone who has the link will be able to view this.