Baselight

Real World Smartphone's Dataset

Worlds Smartphones: A Comprehensive Dataset for Cutting-Edge Analysis

@kaggle.abhijitdahatonde_real_world_smartphones_dataset

Loading...
Loading...

About this Dataset

Real World Smartphone's Dataset

This dataset provides a comprehensive collection of information about all the latest smartphones available in the market as of the current time.

The dataset was created by web scraping reputable online sources to gather accurate and up-to-date information about various smartphone models, their specifications, features, and pricing.

Tables

Smartphones

@kaggle.abhijitdahatonde_real_world_smartphones_dataset.smartphones
  • 38.89 KB
  • 980 rows
  • 22 columns
Loading...

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.