Baselight

Adidas US Retail Products Dataset

A Dataset for those interested in Fashion, Style, and Retail

@kaggle.whenamancodes_adidas_us_retail_products_dataset

Loading...
Loading...

About this Dataset

Adidas US Retail Products Dataset

Adidas Fashion Retail Products Dataset: 9300+ Products

A Dataset for those interested in Fashion, Style, and Retail

About this dataset

This dataset contains information on over 1500+ Adidas fashion products. The data includes fields such as name, selling price, original price, currency, availability, color, category, source website, breadcrumbs, description, brand, images, country, language, average rating and reviews count. This data was collected from a variety of sources and compiled into one dataset for research purposes

This Adidas fashion dataset provides rich product information for over 9300+ products. It contains detailed information on product selling price, original price in multiple currencies ( USD / EUR / GBP ), product availability ( in stock / out of stock ), color , Category ( such as Apparel / Footwear ), source website , breadcrumbs , product description , brand name , link to product images , Country of origin and language . The average rating and reviews count are also included in the dataset so that researchers can study the correlation between them

How to use the dataset

This dataset contains information on over 1500+ Adidas fashion products. The data includes fields such as name, selling price, original price, currency, availability, color, category, source website, breadcrumbs, description, brand, images, country, language, average rating and reviews count. This data was collected from a variety of sources and compiled into one dataset for research purposes.

Research Ideas

  • This dataset can be used to determine which colors are most popular among different age groups or genders.
  • This dataset can be used to identify the most popular products among different countries or regions.
  • This dataset can be used to analyze the correlation between product reviews and ratings to determine which factors are most important to customers

Data Dictionary

Column Description
url The URL of the product page on the source website. (String)
name The name of the product. (String)
sku The SKU or unique identifier for the product. (String)
selling_price The selling price of the product in USD or Euros. (Float)
original_price The original price of the product in USD or Euros. (Float)
currency The currency type for the selling price and original price. (String)
availability The availability of the product. (String)
color The color of the product. (String)
category The category of the product. (String)
source_website The source website from where the data was collected. (String)
breadcrumbs The breadcrumbs or path to the product page on the source website. (String)
description A brief description of the product provided by Adidas. (String)
brand The brand of the product. (String)
images Multiple product images provided by Adidas. (String)
country The country of origin/destination for the product. (String)
language The language in which the product page was displayed on the source website. (String)
average_rating The average customer rating out of 5 stars. (Float)
reviews_count The number of customer reviews for the product. (Integer)
crawled_at The date and time when the data was collected. (String)

Tables

Adidas

@kaggle.whenamancodes_adidas_us_retail_products_dataset.adidas
  • 433.46 KB
  • 845 rows
  • 20 columns
Loading...

CREATE TABLE adidas (
  "url" VARCHAR,
  "name" VARCHAR,
  "sku" VARCHAR,
  "selling_price" BIGINT,
  "original_price" VARCHAR,
  "currency" VARCHAR,
  "availability" VARCHAR,
  "color" VARCHAR,
  "category" VARCHAR,
  "source" VARCHAR,
  "source_website" VARCHAR,
  "breadcrumbs" VARCHAR,
  "description" VARCHAR,
  "brand" VARCHAR,
  "images" VARCHAR,
  "country" VARCHAR,
  "language" VARCHAR,
  "average_rating" DOUBLE,
  "reviews_count" BIGINT,
  "crawled_at" TIMESTAMP
);

Share link

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