Flipkart Product Dataset
e-Commerce Fashion product Dataset scrapped from Flipkart and Amazone
@kaggle.san2deep_flipkart_product_dataset
e-Commerce Fashion product Dataset scrapped from Flipkart and Amazone
@kaggle.san2deep_flipkart_product_dataset
CREATE TABLE train (
"id" BIGINT,
"title" VARCHAR,
"rating" DOUBLE,
"maincateg" VARCHAR,
"platform" VARCHAR,
"price1" BIGINT,
"actprice1" BIGINT,
"offer" VARCHAR,
"norating1" DOUBLE,
"noreviews1" DOUBLE,
"star_5f" DOUBLE,
"star_4f" DOUBLE,
"star_3f" DOUBLE,
"star_2f" BIGINT,
"star_1f" BIGINT,
"fulfilled1" BIGINT
);
Anyone who has the link will be able to view this.