Real World Smartphone's Dataset
Worlds Smartphones: A Comprehensive Dataset for Cutting-Edge Analysis
@kaggle.abhijitdahatonde_real_world_smartphones_dataset
Worlds Smartphones: A Comprehensive Dataset for Cutting-Edge Analysis
@kaggle.abhijitdahatonde_real_world_smartphones_dataset
This dataset provides a comprehensive collection of information about all the latest smartphones available in the market as of the current time.
The dataset was created by web scraping reputable online sources to gather accurate and up-to-date information about various smartphone models, their specifications, features, and pricing.
CREATE TABLE smartphones (
"brand_name" VARCHAR,
"model" VARCHAR,
"price" BIGINT,
"avg_rating" DOUBLE,
"n_5g_or_not" BIGINT -- 5G Or Not,
"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.