Flipkart Mobiles Dataset
mobile phone listings on ecommerce website
@kaggle.devsubhash_flipkart_mobiles_dataset
mobile phone listings on ecommerce website
@kaggle.devsubhash_flipkart_mobiles_dataset
CREATE TABLE flipkart_mobiles (
"brand" VARCHAR,
"model" VARCHAR,
"color" VARCHAR,
"memory" VARCHAR,
"storage" VARCHAR,
"rating" DOUBLE,
"selling_price" BIGINT,
"original_price" BIGINT
);
Anyone who has the link will be able to view this.