Baselight

Mobile Phones

List contains the Best Selling Mobile Phones till 2021

@kaggle.muhammedtausif_best_selling_mobile_phones

Loading...
Loading...

About this Dataset

Mobile Phones

This is a list of best-selling mobile phones in CSV Format. Nokia 1100 and Nokia 1110 are the best-selling devices, released in 2003 and 2005. The list contains all the best-selling devices till 2021.

Tables

Best Selling Mobile Phones

@kaggle.muhammedtausif_best_selling_mobile_phones.best_selling_mobile_phones
  • 6.74 KB
  • 111 rows
  • 6 columns
Loading...

CREATE TABLE best_selling_mobile_phones (
  "manufacturer" VARCHAR,
  "model" VARCHAR,
  "form" VARCHAR,
  "smartphone" VARCHAR,
  "year" BIGINT,
  "units_sold_m" DOUBLE
);

Best Selling Mobile Phones 2020

@kaggle.muhammedtausif_best_selling_mobile_phones.best_selling_mobile_phones_2020
  • 3.55 KB
  • 7 rows
  • 4 columns
Loading...

CREATE TABLE best_selling_mobile_phones_2020 (
  "no" BIGINT,
  "phone" VARCHAR,
  "company" VARCHAR,
  "sold_million" DOUBLE
);

Mobile Phone Brands By Country

@kaggle.muhammedtausif_best_selling_mobile_phones.mobile_phone_brands_by_country
  • 5.05 KB
  • 172 rows
  • 3 columns
Loading...

CREATE TABLE mobile_phone_brands_by_country (
  "region" VARCHAR,
  "country" VARCHAR,
  "brand" VARCHAR
);

Total Phone Devices By Company 2021

@kaggle.muhammedtausif_best_selling_mobile_phones.total_phone_devices_by_company_2021
  • 3.6 KB
  • 119 rows
  • 2 columns
Loading...

CREATE TABLE total_phone_devices_by_company_2021 (
  "phone" VARCHAR,
  "total_devices" BIGINT
);

Share link

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