Baselight

Mobile Details

mobile price prediction

@kaggle.itachiuchihc_mobile_details

Loading...
Loading...

About this Dataset

Mobile Details

Data is scrapped from Flipkart.
It Contains Mobile specifications like
Brand name ,
Model Name,
Display Size : In Cm,
operating Systems ,
Storage : in GB,
RAM: in GB,
Back Camera,
Front Camera,
Battery: in mah,
Price: In Rupees.

Tables

Mobile

@kaggle.itachiuchihc_mobile_details.mobile
  • 32.66 KB
  • 979 rows
  • 13 columns
Loading...

CREATE TABLE mobile (
  "unnamed_0" BIGINT,
  "brand" VARCHAR,
  "model_name" VARCHAR,
  "display_size" VARCHAR,
  "operating_system" VARCHAR,
  "processor" VARCHAR,
  "storage" VARCHAR,
  "ram" VARCHAR,
  "primary_camera" VARCHAR,
  "front_camera" VARCHAR,
  "network" VARCHAR,
  "battery" VARCHAR,
  "price" VARCHAR
);

Share link

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