Baselight

Flipkart Products

20,000 products on Flipkart

@kaggle.promptcloudhq_flipkart_products

Loading...
Loading...

About this Dataset

Flipkart Products

Context

This is a pre-crawled dataset, taken as subset of a bigger dataset (more than 5.8 million products) that was created by extracting data from Flipkart.com, a leading Indian eCommerce store.

Content

This dataset has following fields:

  • product_url
  • product_name
  • product_category_tree
  • pid
  • retail_price
  • discounted_price
  • image
  • is_FK_Advantage_product
  • description
  • product_rating
  • overall_rating
  • brand
  • product_specifications

Acknowledgements

This dataset was created by PromptCloud's in-house web-crawling service.

Inspiration

Analyses of the pricing, product specification and brand can be performed.

Tables

Flipkart Com Ecommerce Sample

@kaggle.promptcloudhq_flipkart_products.flipkart_com_ecommerce_sample
  • 8.6 MB
  • 20000 rows
  • 15 columns
Loading...

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" BOOLEAN,
  "description" VARCHAR,
  "product_rating" VARCHAR,
  "overall_rating" VARCHAR,
  "brand" VARCHAR,
  "product_specifications" VARCHAR
);

Share link

Anyone who has the link will be able to view this.