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 test (
"id" BIGINT,
"title" VARCHAR,
"rating" DOUBLE,
"maincateg" VARCHAR,
"platform" VARCHAR,
"actprice1" BIGINT,
"norating1" BIGINT,
"noreviews1" BIGINT,
"star_5f" DOUBLE,
"star_4f" BIGINT,
"star_3f" BIGINT,
"star_2f" BIGINT,
"star_1f" DOUBLE,
"fulfilled1" BIGINT
);
Anyone who has the link will be able to view this.