Update README.md
Browse files
README.md
CHANGED
@@ -81,3 +81,255 @@ configs:
|
|
81 |
- split: train
|
82 |
path: data/train-*
|
83 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
- split: train
|
82 |
path: data/train-*
|
83 |
---
|
84 |
+
|
85 |
+
# Dataset Card for Dataset Name
|
86 |
+
|
87 |
+
Original dataset can be found on: https://amazon-reviews-2023.github.io/
|
88 |
+
|
89 |
+
## Dataset Details
|
90 |
+
This dataset is downloaded from the link above, the category Baby Products meta dataset.
|
91 |
+
|
92 |
+
### Dataset Description
|
93 |
+
|
94 |
+
This dataset is a refined version of the Amazon Baby Products 2023 meta dataset, which originally contained baby product metadata for product that are sold on Amazon. The dataset includes detailed information about products such as their descriptions, ratings, prices, images, and features. The primary focus of this modification was to ensure the completeness of key fields while simplifying the dataset by removing irrelevant or empty columns.
|
95 |
+
The table below represents the original structure of the dataset.
|
96 |
+
|
97 |
+
<table border="1" cellpadding="5" cellspacing="0">
|
98 |
+
<tr>
|
99 |
+
<th>Field</th>
|
100 |
+
<th>Type</th>
|
101 |
+
<th>Explanation</th>
|
102 |
+
</tr>
|
103 |
+
<tr>
|
104 |
+
<td>main_category</td>
|
105 |
+
<td>str</td>
|
106 |
+
<td>Main category (i.e., domain) of the product.</td>
|
107 |
+
</tr>
|
108 |
+
<tr>
|
109 |
+
<td>title</td>
|
110 |
+
<td>str</td>
|
111 |
+
<td>Name of the product.</td>
|
112 |
+
</tr>
|
113 |
+
<tr>
|
114 |
+
<td>average_rating</td>
|
115 |
+
<td>float</td>
|
116 |
+
<td>Rating of the product shown on the product page.</td>
|
117 |
+
</tr>
|
118 |
+
<tr>
|
119 |
+
<td>rating_number</td>
|
120 |
+
<td>int</td>
|
121 |
+
<td>Number of ratings in the product.</td>
|
122 |
+
</tr>
|
123 |
+
<tr>
|
124 |
+
<td>features</td>
|
125 |
+
<td>list</td>
|
126 |
+
<td>Bullet-point format features of the product.</td>
|
127 |
+
</tr>
|
128 |
+
<tr>
|
129 |
+
<td>description</td>
|
130 |
+
<td>list</td>
|
131 |
+
<td>Description of the product.</td>
|
132 |
+
</tr>
|
133 |
+
<tr>
|
134 |
+
<td>price</td>
|
135 |
+
<td>float</td>
|
136 |
+
<td>Price in US dollars (at time of crawling).</td>
|
137 |
+
</tr>
|
138 |
+
<tr>
|
139 |
+
<td>images</td>
|
140 |
+
<td>list</td>
|
141 |
+
<td>Images of the product. Each image has different sizes (thumb, large, hi_res). The “variant” field shows the position of image.</td>
|
142 |
+
</tr>
|
143 |
+
<tr>
|
144 |
+
<td>videos</td>
|
145 |
+
<td>list</td>
|
146 |
+
<td>Videos of the product including title and url.</td>
|
147 |
+
</tr>
|
148 |
+
<tr>
|
149 |
+
<td>store</td>
|
150 |
+
<td>str</td>
|
151 |
+
<td>Store name of the product.</td>
|
152 |
+
</tr>
|
153 |
+
<tr>
|
154 |
+
<td>categories</td>
|
155 |
+
<td>list</td>
|
156 |
+
<td>Hierarchical categories of the product.</td>
|
157 |
+
</tr>
|
158 |
+
<tr>
|
159 |
+
<td>details</td>
|
160 |
+
<td>dict</td>
|
161 |
+
<td>Product details, including materials, brand, sizes, etc.</td>
|
162 |
+
</tr>
|
163 |
+
<tr>
|
164 |
+
<td>parent_asin</td>
|
165 |
+
<td>str</td>
|
166 |
+
<td>Parent ID of the product.</td>
|
167 |
+
</tr>
|
168 |
+
<tr>
|
169 |
+
<td>bought_together</td>
|
170 |
+
<td>list</td>
|
171 |
+
<td>Recommended bundles from the websites.</td>
|
172 |
+
</tr>
|
173 |
+
</table>
|
174 |
+
|
175 |
+
|
176 |
+
### Modifications made
|
177 |
+
<ul>
|
178 |
+
<li>Products without a description, title, images or details were removed.</li>
|
179 |
+
<li>Lists in features and description are transformed into strings concatinated with a newline</li>
|
180 |
+
<li>For the details column, only the top 16 most frequent detail types were kept. The details column was then split into these new 16 columns based on the detail types kept.</li>
|
181 |
+
<li>Products with date first available before the year 2015 are dropped.</li>
|
182 |
+
<li>Products with is_discontinued_by_manufacturer set to 'true' or 'yes' are dropped. Then that column was dropped.</li>
|
183 |
+
<li>Column bought_together is dropped due to missing values.</li>
|
184 |
+
</ul>
|
185 |
+
|
186 |
+
### Dataset Size
|
187 |
+
<ul>
|
188 |
+
<li>Total entries: 22,767</li>
|
189 |
+
<li>Total columns: 27</li>
|
190 |
+
</ul>
|
191 |
+
|
192 |
+
### Final Structure
|
193 |
+
<table border="1" cellpadding="5" cellspacing="0">
|
194 |
+
<tr>
|
195 |
+
<th>Field</th>
|
196 |
+
<th>Type</th>
|
197 |
+
<th>Explanation</th>
|
198 |
+
</tr>
|
199 |
+
<tr>
|
200 |
+
<td>main_category</td>
|
201 |
+
<td>str</td>
|
202 |
+
<td>Main category</td>
|
203 |
+
</tr>
|
204 |
+
<tr>
|
205 |
+
<td>title</td>
|
206 |
+
<td>str</td>
|
207 |
+
<td>Name of the product</td>
|
208 |
+
</tr>
|
209 |
+
<tr>
|
210 |
+
<td>average_rating</td>
|
211 |
+
<td>float</td>
|
212 |
+
<td>Rating of the product shown on the product page.</td>
|
213 |
+
</tr>
|
214 |
+
<tr>
|
215 |
+
<td>rating_number</td>
|
216 |
+
<td>int</td>
|
217 |
+
<td>Number of ratings in the product.</td>
|
218 |
+
</tr>
|
219 |
+
<tr>
|
220 |
+
<td>features</td>
|
221 |
+
<td>list</td>
|
222 |
+
<td>Bullet-point format features of the product.</td>
|
223 |
+
</tr>
|
224 |
+
<tr>
|
225 |
+
<td>description</td>
|
226 |
+
<td>list</td>
|
227 |
+
<td>Description of the product.</td>
|
228 |
+
</tr>
|
229 |
+
<tr>
|
230 |
+
<td>price</td>
|
231 |
+
<td>float</td>
|
232 |
+
<td>Price in US dollars (at time of crawling).</td>
|
233 |
+
</tr>
|
234 |
+
<tr>
|
235 |
+
<td>images</td>
|
236 |
+
<td>list</td>
|
237 |
+
<td>Images of the product. Each image has different sizes (thumb, large, hi_res). The “variant” field shows the position of image.</td>
|
238 |
+
</tr>
|
239 |
+
<tr>
|
240 |
+
<td>videos</td>
|
241 |
+
<td>list</td>
|
242 |
+
<td>Videos of the product including title and url.</td>
|
243 |
+
</tr>
|
244 |
+
<tr>
|
245 |
+
<td>store</td>
|
246 |
+
<td>str</td>
|
247 |
+
<td>Store name of the product.</td>
|
248 |
+
</tr>
|
249 |
+
<tr>
|
250 |
+
<td>details</td>
|
251 |
+
<td>dict</td>
|
252 |
+
<td>Product details, including materials, brand, sizes, etc.</td>
|
253 |
+
</tr>
|
254 |
+
<tr>
|
255 |
+
<td>parent_asin</td>
|
256 |
+
<td>str</td>
|
257 |
+
<td>Parent ID of the product.</td>
|
258 |
+
</tr>
|
259 |
+
<tr>
|
260 |
+
<td>item_weight</td>
|
261 |
+
<td>str</td>
|
262 |
+
<td>Weight of the item</td>
|
263 |
+
</tr>
|
264 |
+
<tr>
|
265 |
+
<td>brand</td>
|
266 |
+
<td>str</td>
|
267 |
+
<td>Brand name</td>
|
268 |
+
</tr>
|
269 |
+
<tr>
|
270 |
+
<td>item_model_number</td>
|
271 |
+
<td>str</td>
|
272 |
+
<td>Number of the item model</td>
|
273 |
+
</tr>
|
274 |
+
<tr>
|
275 |
+
<td>product_dimensions</td>
|
276 |
+
<td>str</td>
|
277 |
+
<td>DImensions of the product</td>
|
278 |
+
</tr>
|
279 |
+
<tr>
|
280 |
+
<td>batteries_required</td>
|
281 |
+
<td>str</td>
|
282 |
+
<td>Baterries required</td>
|
283 |
+
</tr>
|
284 |
+
<tr>
|
285 |
+
<td>color</td>
|
286 |
+
<td>str</td>
|
287 |
+
<td>Color</td>
|
288 |
+
</tr>
|
289 |
+
<tr>
|
290 |
+
<td>material</td>
|
291 |
+
<td>str</td>
|
292 |
+
<td>Material</td>
|
293 |
+
</tr>
|
294 |
+
<tr>
|
295 |
+
<td>material_type</td>
|
296 |
+
<td>str</td>
|
297 |
+
<td>Material</td>
|
298 |
+
</tr>
|
299 |
+
<tr>
|
300 |
+
<td>style</td>
|
301 |
+
<td>str</td>
|
302 |
+
<td>Style</td>
|
303 |
+
</tr>
|
304 |
+
<tr>
|
305 |
+
<td>number_of_items</td>
|
306 |
+
<td>str</td>
|
307 |
+
<td>Number of items</td>
|
308 |
+
</tr>
|
309 |
+
<tr>
|
310 |
+
<td>manufacturer</td>
|
311 |
+
<td>str</td>
|
312 |
+
<td>Manufacturer</td>
|
313 |
+
</tr>
|
314 |
+
<tr>
|
315 |
+
<td>package_dimensions</td>
|
316 |
+
<td>str</td>
|
317 |
+
<td>Package dimensions</td>
|
318 |
+
</tr>
|
319 |
+
<tr>
|
320 |
+
<td>date_first_available</td>
|
321 |
+
<td>int64</td>
|
322 |
+
<td>Date product was first time available</td>
|
323 |
+
</tr>
|
324 |
+
<tr>
|
325 |
+
<td>best_sellers_rank</td>
|
326 |
+
<td>str</td>
|
327 |
+
<td>Best seller rank</td>
|
328 |
+
</tr>
|
329 |
+
<tr>
|
330 |
+
<td>age_range_(description)</td>
|
331 |
+
<td>str</td>
|
332 |
+
<td>Age range</td>
|
333 |
+
</tr>
|
334 |
+
</table>
|
335 |
+
|