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
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.