BigBasket Products
Products listed on the website of online grocery store Big Basket
@kaggle.chinmayshanbhag_big_basket_products
Products listed on the website of online grocery store Big Basket
@kaggle.chinmayshanbhag_big_basket_products
CREATE TABLE bigbasket (
"productname" VARCHAR,
"brand" VARCHAR,
"price" DOUBLE,
"discountprice" DOUBLE,
"image_url" VARCHAR,
"quantity" VARCHAR,
"category" VARCHAR,
"subcategory" VARCHAR,
"absolute_url" VARCHAR
);
Anyone who has the link will be able to view this.