Baselight

SmartPhone Data

The dataset "smartphone-uncleaned.csv" represents a collection.

@kaggle.willianoliveiragibin_smartphone_data

Smartphone Cleaned New
@kaggle.willianoliveiragibin_smartphone_data.smartphone_cleaned_new

  • 37.92 KB
  • 980 rows
  • 20 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

resolution

Resolution

num_rear_cameras

Num Rear Cameras

os

Os

oneplusOnePlus 11 5G5499989truetruesnapdragon83.250001100122566.71201440 x 32163android
oneplusOnePlus Nord CE 2 Lite 5G1998981truesnapdragon82.2500013361286.591201080 x 24123android
samsungSamsung Galaxy A14 5G1649975trueexynos82.450001154646.6901080 x 24083android
motorolaMotorola Moto G62 5G1499981truesnapdragon82.25000161286.551201080 x 24003android
realmeRealme 10 Pro Plus2499982truedimensity82.6500016761286.71201080 x 24123android
samsungSamsung Galaxy F23 5G (6GB RAM + 128GB)1699980truetruesnapdragon82.2500012561286.61201080 x 24083android
appleApple iPhone 146599981truetruebionic63.223279161286.1601170 x 25322ios
xiaomiXiaomi Redmi Note 12 Pro Plus2999986truetruedimensity82.64980112082566.671201080 x 24003android
nothingNothing Phone 12674985truetruesnapdragon82.5450013381286.551201080 x 24002android
oneplusOnePlus Nord 2T 5G2899984truetruedimensity83450018081286.43901080 x 24003android

CREATE TABLE smartphone_cleaned_new (
  "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,
  "resolution" VARCHAR,
  "num_rear_cameras" BIGINT,
  "os" VARCHAR
);

Share link

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