Baselight

JCPenney Products

20,000 product listings from JCPenney

@kaggle.promptcloudhq_all_jc_penny_products

Loading...
Loading...

About this Dataset

JCPenney Products

Context

This is a pre-crawled dataset, taken as subset of a bigger dataset (more than 3.7 million products) that was created by extracting data from jcpenney.com, a well known retailer.

Content

This dataset has following fields:

  • sku
  • name_title
  • description
  • list_price
  • sale_price
  • category
  • category_tree
  • average_product_rating
  • product_url
  • product_image_urls
  • brand
  • total_number_reviews
  • reviews

Acknowledgements

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

Inspiration

Analyses of list price, sale price, rating and reviews can be performed.

Tables

Jcpenney Com Ecommerce Sample

@kaggle.promptcloudhq_all_jc_penny_products.jcpenney_com_ecommerce_sample
  • 9.91 MB
  • 20000 rows
  • 14 columns
Loading...

CREATE TABLE jcpenney_com_ecommerce_sample (
  "uniq_id" VARCHAR,
  "sku" VARCHAR,
  "name_title" VARCHAR,
  "description" VARCHAR,
  "list_price" VARCHAR,
  "sale_price" VARCHAR,
  "category" VARCHAR,
  "category_tree" VARCHAR,
  "average_product_rating" VARCHAR,
  "product_url" VARCHAR,
  "product_image_urls" VARCHAR,
  "brand" VARCHAR,
  "total_number_reviews" DOUBLE,
  "reviews" VARCHAR
);

Share link

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