Smartphone Dataset
Unveiling the Comprehensive Specs and Features of Modern Smartphones
@kaggle.muzammilbaloch_smartphone_dataset
Unveiling the Comprehensive Specs and Features of Modern Smartphones
@kaggle.muzammilbaloch_smartphone_dataset
CREATE TABLE smartphones (
"brand_name" VARCHAR,
"model" VARCHAR,
"price" BIGINT,
"avg_rating" DOUBLE,
"n_5g_or_not" BIGINT,
"processor_brand" VARCHAR,
"num_cores" DOUBLE,
"processor_speed" DOUBLE,
"battery_capacity" DOUBLE,
"fast_charging_available" BIGINT,
"fast_charging" DOUBLE,
"ram_capacity" BIGINT,
"internal_memory" BIGINT,
"screen_size" DOUBLE,
"refresh_rate" BIGINT,
"num_rear_cameras" BIGINT,
"os" VARCHAR,
"primary_camera_rear" DOUBLE,
"primary_camera_front" DOUBLE,
"extended_memory_available" BIGINT,
"resolution_height" BIGINT,
"resolution_width" BIGINT
);
Anyone who has the link will be able to view this.