Smartphones Dataset
Web Scraped Smartphones dataset
@kaggle.informrohit1_smartphones_dataset
Web Scraped Smartphones dataset
@kaggle.informrohit1_smartphones_dataset
CREATE TABLE smartphones_cleaned_v6 (
"brand_name" VARCHAR,
"model" VARCHAR,
"price" BIGINT,
"rating" DOUBLE,
"has_5g" BOOLEAN,
"has_nfc" BOOLEAN,
"has_ir_blaster" BOOLEAN,
"processor_brand" VARCHAR,
"num_cores" DOUBLE,
"processor_speed" DOUBLE,
"battery_capacity" DOUBLE,
"fast_charging_available" BIGINT,
"fast_charging" DOUBLE,
"ram_capacity" DOUBLE,
"internal_memory" DOUBLE,
"screen_size" DOUBLE,
"refresh_rate" BIGINT,
"num_rear_cameras" BIGINT,
"num_front_cameras" DOUBLE,
"os" VARCHAR,
"primary_camera_rear" DOUBLE,
"primary_camera_front" DOUBLE,
"extended_memory_available" BIGINT,
"extended_upto" DOUBLE,
"resolution_width" BIGINT,
"resolution_height" BIGINT
);
Anyone who has the link will be able to view this.