File size: 2,564 Bytes
c361d4e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e5bbd50
4a47a81
 
254ba84
 
d1b43f9
254ba84
4a47a81
 
a972f72
4a47a81
 
 
 
 
 
 
 
 
 
 
e009cc4
4a47a81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
license: gpl-3.0
dataset_info:
  features:
  - name: title
    dtype: string
  - name: authors
    list: string
  - name: description
    dtype: string
  - name: image_path
    dtype: image
  - name: online_price
    dtype: float32
  - name: special_price
    dtype: float32
  - name: delivery_date
    dtype: string
  - name: item
    dtype: string
  - name: pub_date
    dtype: string
  - name: pub
    dtype: string
  - name: isbn
    dtype: string
  - name: size
    dtype: float32
  splits:
  - name: train
    num_bytes: 116942965.744
    num_examples: 6383
  download_size: 120239885
  dataset_size: 116942965.744
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
language:
- en
tags:
- art
- evaluation
size_categories:
- 1K<n<10K
task_categories:
- tabular-classification
- image-classification
pretty_name: j
---

# Dataset Card: Manga-Popularis-EN

## Dataset Details

### Dataset Description

This dataset contains information about art books, including titles, authors, descriptions, image paths, prices, publication dates, publishers, ISBN numbers, and sizes.

- **License:** GPL-3.0

### Dataset Sources

The dataset was compiled from various sources, including online bookstores, publisher websites, and catalogs. On date 4/21/24.

## Dataset Structure

The dataset consists of the following features:

- `title`: Title of the art book (string)
- `authors`: Authors of the book (list of strings)
- `description`: Description of the book (string)
- `image_path`: Path to the image of the book cover (image)
- `online_price`: Online price of the book (float32)
- `special_price`: Special price of the book (float32)
- `delivery_date`: Estimated delivery date (string)
- `item`: Type of item (string)
- `pub_date`: Publication date of the book (string)
- `pub`: Publisher of the book (string)
- `isbn`: ISBN number of the book (string)
- `size`: Size of the book (float32)

The dataset is split into a training set with 6383 examples.

## Dataset Creation

### Curation Rationale

The dataset was curated to provide a comprehensive collection of art books for research and analysis purposes.

### Source Data

The source data includes information from various online platforms, bookstores, and publishers.

#### Data Collection and Processing

The data was collected by scraping online bookstores and aggregating information from publisher websites.

## Bias, Risks, and Limitations

Users should be aware of potential biases in the dataset, such as biases in book availability online and variations in pricing.