Baselight

MobilePhones Dataset

Unleash the power of data with the comprehensive mobile phone dataset

@kaggle.ashpalsingh1525_mobilephones_dataset

Loading...
Loading...

About this Dataset

MobilePhones Dataset

This mobile phone dataset is a comprehensive collection of information about various mobile phone models, including their features, specifications, and performance. This dataset typically includes details such as the phone's brand and model name, screen size and resolution, battery capacity, camera specifications, processor and RAM, storage capacity, operating system, and other features like NFC, and more. The dataset can also include reviews and ratings from users and experts, as well as pricing and availability information. With this dataset, researchers, analysts, and mobile industry professionals can gain insights into the latest mobile phone trends, user preferences, and performance benchmarks to inform product development, marketing strategies, and consumer insights.

Tables

Phones

@kaggle.ashpalsingh1525_mobilephones_dataset.phones
  • 78.18 KB
  • 1020 rows
  • 28 columns
Loading...

CREATE TABLE phones (
  "name" VARCHAR,
  "price" BIGINT,
  "rating" DOUBLE,
  "specs_score" BIGINT,
  "img" VARCHAR,
  "sim" VARCHAR,
  "processor" VARCHAR,
  "company" VARCHAR,
  "n_4g" BOOLEAN,
  "n_5g" BOOLEAN,
  "nfc" BOOLEAN,
  "volte" BOOLEAN,
  "core" VARCHAR,
  "frequency" VARCHAR,
  "ram_inbuilt" VARCHAR,
  "ram" VARCHAR,
  "fast_charging" VARCHAR,
  "battery_in_mah" VARCHAR,
  "display_size" VARCHAR,
  "display_pixels" VARCHAR,
  "display_frequency_in_hz" DOUBLE,
  "punch_hole" VARCHAR,
  "front_camera" VARCHAR,
  "rear_camera" VARCHAR,
  "extended_upto" VARCHAR,
  "memory_card" VARCHAR,
  "os_version" VARCHAR,
  "os_brand" VARCHAR
);

Share link

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