Smartphones Price Dataset
Dataset with smartphones information, including selling price
@kaggle.juanmerinobermejo_smartphones_price_dataset
Dataset with smartphones information, including selling price
@kaggle.juanmerinobermejo_smartphones_price_dataset
This dataset provides a comprehensive collection of information on various smartphones, enabling a detailed analysis of their specifications and pricing. It encompasses a wide range of smartphones, encompassing diverse brands, models, and configurations, making it a valuable resource for researchers, data analysts, and machine learning enthusiasts interested in the smartphone industry.
The data comes from the spanish website PC componentes. The data was collected using Power Automate.
Fields included:
CREATE TABLE smartphones (
"smartphone" VARCHAR,
"brand" VARCHAR,
"model" VARCHAR,
"ram" DOUBLE,
"storage" DOUBLE,
"color" VARCHAR,
"free" VARCHAR,
"final_price" DOUBLE
);Anyone who has the link will be able to view this.