Mobile Dataset
the dataset contains phones data of many brands useful for regression
@kaggle.sanjay3454chauhan_mobile_dataset
the dataset contains phones data of many brands useful for regression
@kaggle.sanjay3454chauhan_mobile_dataset
CREATE TABLE all_phones_data (
"model" VARCHAR,
"price" VARCHAR,
"ranting" DOUBLE,
"ram" VARCHAR,
"display" VARCHAR,
"camera" VARCHAR,
"battery" VARCHAR,
"processor" VARCHAR,
"warrenty" VARCHAR
);
CREATE TABLE cleaned (
"unnamed_0" BIGINT,
"company" VARCHAR,
"price" DOUBLE,
"ram" BIGINT,
"internal" BIGINT,
"is_expandable" BIGINT,
"expandable_upto" BIGINT,
"display_inch" DOUBLE,
"is_retina_display" BIGINT,
"display_type" VARCHAR,
"rear_camera" VARCHAR,
"front_camera" DOUBLE,
"battery" BIGINT,
"processor_type" VARCHAR
);
Anyone who has the link will be able to view this.