Apple IPhone Data
The database of Apple phones sold in India in a cleaned CSV file
@kaggle.komalkhetlani_apple_iphone_data
The database of Apple phones sold in India in a cleaned CSV file
@kaggle.komalkhetlani_apple_iphone_data
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
);
Anyone who has the link will be able to view this.