Baselight

Smartphone Dataset

Unveiling the Comprehensive Specs and Features of Modern Smartphones

@kaggle.muzammilbaloch_smartphone_dataset

Smartphones
@kaggle.muzammilbaloch_smartphone_dataset.smartphones

  • 38.89 KB
  • 980 rows
  • 22 columns
brand_name

Brand Name

model

Model

price

Price

avg_rating

Avg Rating

n_5g_or_not

5G Or Not

processor_brand

Processor Brand

num_cores

Num Cores

processor_speed

Processor Speed

battery_capacity

Battery Capacity

fast_charging_available

Fast Charging Available

fast_charging

Fast Charging

ram_capacity

Ram Capacity

internal_memory

Internal Memory

screen_size

Screen Size

refresh_rate

Refresh Rate

num_rear_cameras

Num Rear Cameras

os

Os

primary_camera_rear

Primary Camera Rear

primary_camera_front

Primary Camera Front

extended_memory_available

Extended Memory Available

resolution_height

Resolution Height

resolution_width

Resolution Width

appleApple iPhone 11389997.3bionic62.6531104646.1602ios12121792828
appleApple iPhone 11 (128GB)469997.5bionic62.65311041286.1602ios12121792828
appleApple iPhone 11 Pro Max1099007.7bionic62.6535001184646.5603ios121226881242
appleApple iPhone 12519997.41bionic63.14646.1602ios121225321170
appleApple iPhone 12 (128GB)559997.51bionic63.141286.1602ios121225321170
appleApple iPhone 12 (256GB)679997.61bionic63.142566.1602ios121225321170
appleApple iPhone 12 Mini409997.41bionic63.14645.4602ios121223401080
appleApple iPhone 12 Mini (128GB)459997.51bionic63.141285.4602ios121223401080
appleApple iPhone 12 Mini (256GB)559997.51bionic63.142565.4602ios121223401080
appleApple iPhone 12 Pro (256GB)11990081bionic63.162566.1603ios121225321170

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
);

Share link

Anyone who has the link will be able to view this.