File size: 4,372 Bytes
4812d43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63756dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: sku
    dtype: string
  - name: name
    dtype: string
  - name: brand
    dtype: string
  - name: category
    dtype: string
  - name: url
    dtype: string
  - name: sizes
    dtype: string
  - name: classification
    dtype: string
  - name: original_price
    dtype: string
  - name: discount_percentage
    dtype: string
  - name: promotional_price
    dtype: string
  splits:
  - name: train
    num_bytes: 669755385.72
    num_examples: 192126
  download_size: 607819116
  dataset_size: 669755385.72
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Zalando Clothing & Accessories Dataset

This dataset contains information about various clothing and accessories items scraped from the Zalando eCommerce platform. Each entry in the dataset corresponds to a specific item and includes several attributes that describe the item in detail.

## Dataset Overview

The dataset includes the following columns:

- **image**: The image of the garment.
- **sku**: The Stock Keeping Unit (SKU) of the item, which is a unique identifier.
- **name**: The name of the item.
- **brand**: The brand of the item.
- **category**: The categories to which the item belongs.
- **url**: The URL of the item's page on Zalando's website.
- **sizes**: Available sizes for the item, along with their corresponding SKUs.
- **classification**: Classification tags such as "NEW" or "DEAL".
- **original_price**: The original price of the item.
- **discount_percentage**: The discount percentage if applicable.
- **promotional_price**: The promotional price if the item is on sale.

## Image Details

Each item has an associated image with a size of 100x144 pixels.

## Example Entries

Here are a few example entries from the dataset:

| sku        | name                                   | brand              | category          | url                                                                 | sizes                                                         | classification | original_price | discount_percentage | promotional_price | image          |
|------------|----------------------------------------|--------------------|-------------------|---------------------------------------------------------------------|---------------------------------------------------------------|-----------------|----------------|----------------------|-------------------|--------------------|
| JAM22T04V-O14 | BLAMELTON SN - Short coat - greige   | Jack & Jones PREMIUM | ['Coats']         | [Link](https://en.zalando.de/jack-and-jones-premium-jam22t04v-o14.html) | [{'size': 'XS', 'sku': 'JAM22T04V-O1400XS000'}]                | []              | 149,99 €       | NaN                  | NaN               | JAM22T04V-O14_x100.jpg |
| IJ022T03E-K11 | Parka - navy                        | INDICODE JEANS     | ['Coats']         | [Link](https://en.zalando.de/indicode-jeans-ij022t03e-k11.html)      | [{'size': 'S', 'sku': 'IJ022T03E-K11000S000'}, ...]            | ['DEAL']        | 114,99 €       | up to -9%            | 104,99 €          | IJ022T03E-K11_x100.jpg |
| SU222T0VZ-M11 | Winter coat - duffle bag            | Superdry           | ['Coats']         | [Link](https://en.zalando.de/superdry-su222t0vz-m11.html)            | [{'size': 'S', 'sku': 'SU222T0VZ-M11000S000'}, ...]            | []              | 239,99 €       | NaN                  | NaN               | SU222T0VZ-M11_x100.jpg |
| OM422T06R-Q11 | Short coat - black                  | Ombre              | ['Coats']         | [Link](https://en.zalando.de/ombre-om422t06r-q11.html)               | [{'size': 'S', 'sku': 'OM422T06R-Q11000S000'}, ...]            | ['NEW']         | 100,99 €       | NaN                  | NaN               | OM422T06R-Q11_x100.jpg |
| IC622T05X-Q11 | CLIMA IGLU - Winter coat - schwarz  | ICEBOUND           | ['Coats', 'Jackets'] | [Link](https://en.zalando.de/icebound-ic622t05x-q11.html)            | [{'size': 'S', 'sku': 'IC622T05X-Q11000S000'}, ...]            | ['DEAL']        | 289,95 €       | up to -52%           | 139,76 €          | IC622T05X-Q11_x100.jpg |

## Source

The data has been scraped from the [Zalando](https://www.zalando.de) Clothing & Accessories eCommerce platform.

## Image Size

All images are of size 100x144 pixels.