Flipkart Smartphones Dataset
Smartphones available on E-commerce website Flipkart.com (26 Feb 2023)
@kaggle.dnyaneshyeole_flipkart_smartphones_dataset
Smartphones available on E-commerce website Flipkart.com (26 Feb 2023)
@kaggle.dnyaneshyeole_flipkart_smartphones_dataset
CREATE TABLE flipkart_smartphones (
"brand" VARCHAR,
"model" VARCHAR,
"colour" VARCHAR,
"original_price" BIGINT,
"discounted_price" BIGINT,
"ratings" DOUBLE,
"rating_count" BIGINT,
"reviews" BIGINT,
"memory" DOUBLE,
"storage" DOUBLE,
"processor" VARCHAR,
"rear_camera" VARCHAR,
"front_camera" VARCHAR,
"display_size" DOUBLE,
"battery_capacity" DOUBLE,
"battery_type" VARCHAR
);
Anyone who has the link will be able to view this.