MobilePhones Dataset
Unleash the power of data with the comprehensive mobile phone dataset
@kaggle.ashpalsingh1525_mobilephones_dataset
Unleash the power of data with the comprehensive mobile phone dataset
@kaggle.ashpalsingh1525_mobilephones_dataset
CREATE TABLE phones (
"name" VARCHAR,
"price" BIGINT,
"rating" DOUBLE,
"specs_score" BIGINT,
"img" VARCHAR,
"sim" VARCHAR,
"processor" VARCHAR,
"company" VARCHAR,
"n_4g" BOOLEAN,
"n_5g" BOOLEAN,
"nfc" BOOLEAN,
"volte" BOOLEAN,
"core" VARCHAR,
"frequency" VARCHAR,
"ram_inbuilt" VARCHAR,
"ram" VARCHAR,
"fast_charging" VARCHAR,
"battery_in_mah" VARCHAR,
"display_size" VARCHAR,
"display_pixels" VARCHAR,
"display_frequency_in_hz" DOUBLE,
"punch_hole" VARCHAR,
"front_camera" VARCHAR,
"rear_camera" VARCHAR,
"extended_upto" VARCHAR,
"memory_card" VARCHAR,
"os_version" VARCHAR,
"os_brand" VARCHAR
);
Anyone who has the link will be able to view this.