Baselight

Smartphones Dataset

Web Scraped Smartphones dataset

@kaggle.informrohit1_smartphones_dataset

Smartphones Cleaned V6
@kaggle.informrohit1_smartphones_dataset.smartphones_cleaned_v6

  • 45.01 KB
  • 980 rows
  • 26 columns
brand_name

Brand Name

model

Model

price

Price

rating

Rating

has_5g

Has 5g

has_nfc

Has Nfc

has_ir_blaster

Has Ir Blaster

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

num_front_cameras

Num Front Cameras

os

Os

primary_camera_rear

Primary Camera Rear

primary_camera_front

Primary Camera Front

extended_memory_available

Extended Memory Available

extended_upto

Extended Upto

resolution_width

Resolution Width

resolution_height

Resolution Height

oneplusOnePlus 11 5G5499989truetruesnapdragon83.250001100122566.712031android501614403216
oneplusOnePlus Nord CE 2 Lite 5G1998981truesnapdragon82.2500013361286.5912031android64161102410802412
samsungSamsung Galaxy A14 5G1649975trueexynos82.450001154646.69031android50131102410802408
motorolaMotorola Moto G62 5G1499981truesnapdragon82.25000161286.5512031android50161102410802400
realmeRealme 10 Pro Plus2499982truedimensity82.6500016761286.712031android1081610802412
samsungSamsung Galaxy F23 5G (6GB RAM + 128GB)1699980truetruesnapdragon82.2500012561286.612031android5081102410802408
appleApple iPhone 146599981truetruebionic63.223279161286.16021ios121211702532
xiaomiXiaomi Redmi Note 12 Pro Plus2999986truetruedimensity82.64980112082566.6712031android2001610802400
nothingNothing Phone 12674985truetruesnapdragon82.5450013381286.5512021android501610802400
oneplusOnePlus Nord 2T 5G2899984truetruedimensity83450018081286.439031android503210802400

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

Share link

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