Cellphones Recommendations
Can be used for building a recommendation system model
@kaggle.meirnizri_cellphones_recommendations
Can be used for building a recommendation system model
@kaggle.meirnizri_cellphones_recommendations
CREATE TABLE cellphones_data (
"cellphone_id" BIGINT,
"brand" VARCHAR,
"model" VARCHAR,
"operating_system" VARCHAR,
"internal_memory" BIGINT,
"ram" BIGINT,
"performance" DOUBLE,
"main_camera" BIGINT,
"selfie_camera" BIGINT,
"battery_size" BIGINT,
"screen_size" DOUBLE,
"weight" BIGINT,
"price" BIGINT,
"release_date" TIMESTAMP
);
Anyone who has the link will be able to view this.