JCPenney Products
20,000 product listings from JCPenney
@kaggle.promptcloudhq_all_jc_penny_products
20,000 product listings from JCPenney
@kaggle.promptcloudhq_all_jc_penny_products
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.
This dataset has following fields:
This dataset was created by PromptCloud's in-house web-crawling service.
Analyses of list price, sale price, rating and reviews can be performed.
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
);Anyone who has the link will be able to view this.