Flipkart E-commerce Dataset
20000 Rows Data for Product Category on Flipkart
@kaggle.atharvjairath_flipkart_ecommerce_dataset
20000 Rows Data for Product Category on Flipkart
@kaggle.atharvjairath_flipkart_ecommerce_dataset
This is an E-commerce Flipkart Dataset with exactly 20,000 samples. It has 15 columns with a lot of information. You can use is to predict which category it might fall under, considering “Description” for a product, analyze it.
CREATE TABLE flipkart_com_ecommerce_sample (
"uniq_id" VARCHAR,
"crawl_timestamp" VARCHAR,
"product_url" VARCHAR,
"product_name" VARCHAR,
"product_category_tree" VARCHAR,
"pid" VARCHAR,
"retail_price" DOUBLE,
"discounted_price" DOUBLE,
"image" VARCHAR,
"is_fk_advantage_product" VARCHAR,
"description" VARCHAR,
"product_rating" VARCHAR,
"overall_rating" VARCHAR,
"brand" VARCHAR,
"product_specifications" VARCHAR
);Anyone who has the link will be able to view this.