Baselight

Apple IPhone Data

The database of Apple phones sold in India in a cleaned CSV file

@kaggle.komalkhetlani_apple_iphone_data

Loading...
Loading...

About this Dataset

Apple IPhone Data

The apple iPhones data is a CSV file containing the product attributes of iPhones sold in India.

Tables

Apple Products

@kaggle.komalkhetlani_apple_iphone_data.apple_products
  • 13.09 KB
  • 62 rows
  • 11 columns
Loading...

CREATE TABLE apple_products (
  "product_name" VARCHAR,
  "product_url" VARCHAR,
  "brand" VARCHAR,
  "sale_price" BIGINT,
  "mrp" BIGINT,
  "discount_percentage" BIGINT,
  "number_of_ratings" BIGINT,
  "number_of_reviews" BIGINT,
  "upc" VARCHAR,
  "star_rating" DOUBLE,
  "ram" VARCHAR
);

Share link

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