Baselight

Smartphones Sales Dataset

Smartphones Sale price in India

@kaggle.yaminh_smartphone_sale_dataset

Loading...
Loading...

About this Dataset

Smartphones Sales Dataset

Description for each of the variables:

  1. Brands: The brands of smartphones included in the dataset.
  2. Colors: The colors available for the smartphones.
  3. Memory: The storage capacity of the smartphones, typically measured in gigabytes (GB) or megabytes (MB).
  4. Storage: The internal storage capacity of the smartphones, often measured in gigabytes (GB) or megabytes (MB).
  5. Rating: The user ratings or scores assigned to the smartphones, reflecting user satisfaction or performance.
  6. Selling Price: The price at which the smartphones are sold to consumers.
  7. Original Price: The original or list price of the smartphones before any discounts or promotions.
  8. Mobile: Indicates whether the device is a mobile phone.
  9. Discount: The discount applied to the original price to calculate the selling price.
  10. Discount percentage: The percentage discount applied to the original price to calculate the selling price.

Tables

Sales

@kaggle.yaminh_smartphone_sale_dataset.sales
  • 75.29 KB
  • 3114 rows
  • 12 columns
Loading...

CREATE TABLE sales (
  "brands" VARCHAR,
  "models" VARCHAR,
  "colors" VARCHAR,
  "memory" VARCHAR,
  "storage" VARCHAR,
  "camera" VARCHAR,
  "rating" DOUBLE,
  "selling_price" BIGINT,
  "original_price" BIGINT,
  "mobile" VARCHAR,
  "discount" BIGINT,
  "discount_percentage" DOUBLE
);

Share link

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