FragDBnet commited on
Commit
6893b02
·
verified ·
1 Parent(s): 1ba9e06

Update to v5.0 — Multilingual: 127,579 fragrances, 23 languages, translations.csv

Browse files
Files changed (7) hide show
  1. README.md +381 -230
  2. accords.csv +2 -2
  3. brands.csv +2 -2
  4. fragrances.csv +2 -2
  5. notes.csv +2 -2
  6. perfumers.csv +2 -2
  7. translations.csv +3 -0
README.md CHANGED
@@ -5,6 +5,28 @@ task_categories:
5
  - text-classification
6
  language:
7
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  tags:
9
  - fragrance
10
  - perfume
@@ -13,6 +35,7 @@ tags:
13
  - e-commerce
14
  - retail
15
  - fragrantica
 
16
  size_categories:
17
  - 10<n<100
18
  configs:
@@ -32,6 +55,9 @@ configs:
32
  - config_name: accords
33
  data_files: accords.csv
34
  sep: "|"
 
 
 
35
  dataset_info:
36
  - config_name: fragrances
37
  features:
@@ -67,6 +93,8 @@ dataset_info:
67
  dtype: string
68
  - name: rating
69
  dtype: string
 
 
70
  - name: appreciation
71
  dtype: string
72
  - name: price_value
@@ -81,6 +109,8 @@ dataset_info:
81
  dtype: string
82
  - name: time_of_day
83
  dtype: string
 
 
84
  - name: by_designer
85
  dtype: string
86
  - name: in_collection
@@ -91,10 +121,6 @@ dataset_info:
91
  dtype: string
92
  - name: news_ids
93
  dtype: string
94
- - name: reviews_count
95
- dtype: int64
96
- - name: pros_cons
97
- dtype: string
98
  - config_name: brands
99
  features:
100
  - name: id
@@ -117,6 +143,94 @@ dataset_info:
117
  dtype: string
118
  - name: brand_count
119
  dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  - config_name: perfumers
121
  features:
122
  - name: id
@@ -141,6 +255,56 @@ dataset_info:
141
  dtype: int64
142
  - name: biography
143
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  - config_name: notes
145
  features:
146
  - name: id
@@ -165,6 +329,94 @@ dataset_info:
165
  dtype: string
166
  - name: fragrance_count
167
  dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  - config_name: accords
169
  features:
170
  - name: id
@@ -177,257 +429,158 @@ dataset_info:
177
  dtype: string
178
  - name: fragrance_count
179
  dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  ---
181
 
182
- # FragDB v4.7Fragrantica Fragrance Database (Sample)
183
 
184
- The most comprehensive structured fragrance database available. This is a **free sample** containing 10 fragrances with related brands, perfumers, notes, and accords.
185
 
186
- ## What's New in v4.7
187
 
188
- - **Updated data**: 126,858 fragrances, 7,573 brands, 2,893 perfumers, 2,494 notes
189
- - **67 data fields** across 5 interconnected CSV files
 
 
 
190
 
191
  ## Dataset Description
192
 
193
- FragDB is a relational database of the fragrance industry containing:
194
-
195
  | File | Records | Fields | Description |
196
  |------|---------|--------|-------------|
197
- | `fragrances.csv` | 10 | 30 | Iconic fragrances with notes, accords, ratings |
198
- | `brands.csv` | 10 | 10 | Luxury brand profiles |
199
- | `perfumers.csv` | 10 | 11 | Master perfumer profiles |
200
- | `notes.csv` | 10 | 11 | Fragrance notes with Latin names, odor profiles |
201
- | `accords.csv` | 10 | 5 | Scent accords with display colors |
 
202
 
203
  ### Full Database
204
 
205
  | | Sample | Full Database |
206
  |---|--------|---------------|
207
- | Fragrances | 10 | **126,858** |
208
- | Brands | 10 | **7,573** |
209
- | Perfumers | 10 | **2,893** |
210
- | Notes | 10 | **2,494** |
211
  | Accords | 10 | **92** |
212
- | **Total Records** | 50 | **139,910** |
213
-
214
- Full database available at [fragdb.net](https://fragdb.net)
215
 
216
  ## Quick Start
217
 
218
- ### Using Hugging Face Datasets
219
-
220
- ```python
221
- from datasets import load_dataset
222
-
223
- # Load all files
224
- fragrances = load_dataset("FragDBnet/fragrance-database", "fragrances")
225
- brands = load_dataset("FragDBnet/fragrance-database", "brands")
226
- perfumers = load_dataset("FragDBnet/fragrance-database", "perfumers")
227
- notes = load_dataset("FragDBnet/fragrance-database", "notes")
228
- accords = load_dataset("FragDBnet/fragrance-database", "accords")
229
- ```
230
-
231
- ### Using Pandas
232
-
233
  ```python
234
  import pandas as pd
235
 
236
  fragrances = pd.read_csv('fragrances.csv', sep='|')
237
  brands = pd.read_csv('brands.csv', sep='|')
238
- perfumers = pd.read_csv('perfumers.csv', sep='|')
239
  notes = pd.read_csv('notes.csv', sep='|')
240
- accords = pd.read_csv('accords.csv', sep='|')
241
 
242
- # Join fragrances with brands
243
  fragrances['brand_id'] = fragrances['brand'].str.split(';').str[1]
244
  df = fragrances.merge(brands, left_on='brand_id', right_on='id', suffixes=('', '_brand'))
245
-
246
- print(df[['name', 'name_brand', 'country', 'rating']])
 
247
  ```
248
 
249
- ## Data Structure
250
-
251
- ### fragrances.csv (30 fields)
252
-
253
- #### Identity & Basic Info
254
- | Field | Description | Example |
255
- |-------|-------------|---------|
256
- | `pid` | Unique fragrance ID | `9828` |
257
- | `url` | Direct link to fragrance page | URL |
258
- | `brand` | Brand name and ID reference | `Creed;b1` |
259
- | `name` | Fragrance name | `Aventus` |
260
- | `year` | Release year | `2010` |
261
- | `gender` | Target gender | `for men`, `for women`, `for women and men` |
262
- | `collection` | Collection within brand | Text |
263
-
264
- #### Media
265
- | Field | Description | Format |
266
- |-------|-------------|--------|
267
- | `main_photo` | Main product image | URL |
268
- | `info_card` | Perfume Card | URL |
269
- | `user_photoes` | Fragram Photos | Semicolon-separated URLs |
270
- | `video_url` | YouTube video | URL |
271
-
272
- #### Composition
273
- | Field | Description | Format |
274
- |-------|-------------|--------|
275
- | `accords` | Main accords | `a1:100;a2:67;a3:45` (join with accords.csv) |
276
- | `notes_pyramid` | Fragrance Notes | `top(name,id,url,opacity,weight;...)middle(...)base(...)` |
277
- | `perfumers` | Perfumer names and IDs | `Erwin Creed;p1;Olivier Creed;p2` |
278
- | `description` | Fragrance description | HTML text |
279
-
280
- #### Ratings & Votes (Structured Format: category:votes:percent)
281
- | Field | Description | Format |
282
- |-------|-------------|--------|
283
- | `rating` | Perfume rating | `4.33;24561` |
284
- | `appreciation` | Rating votes with counts | `love:5000:45.2;like:3000:27.1;...` |
285
- | `price_value` | Price value votes with counts | `way_overpriced:6658:30;overpriced:2844:13;...` |
286
- | `gender_votes` | Gender votes with counts | `female:149:2;unisex:866:10;male:7977:88` |
287
- | `longevity` | Duration votes | `very_weak:784:5;weak:1459:10;moderate:5869:40;...` |
288
- | `sillage` | Projection votes | `intimate:1816:12;moderate:8139:55;strong:4289:29;...` |
289
- | `season` | Seasonal suitability | `winter:4439:44.39;spring:9760:97.60;...` |
290
- | `time_of_day` | Day/night suitability | `day:10000:100;night:6893:68.93` |
291
-
292
- #### Related Fragrances
293
- | Field | Description | Format |
294
- |-------|-------------|--------|
295
- | `by_designer` | Same brand fragrances | Semicolon-separated PIDs |
296
- | `in_collection` | Same collection fragrances | Semicolon-separated PIDs |
297
- | `reminds_of` | This perfume reminds me of | Semicolon-separated PIDs |
298
- | `also_like` | People who like this also like | Semicolon-separated PIDs |
299
-
300
- #### New in v3.0
301
- | Field | Description |
302
- |-------|-------------|
303
- | `reviews_count` | Total number of user reviews |
304
- | `pros_cons` | What People Say |
305
-
306
- ### notes.csv (11 fields) — NEW in v3.0
307
-
308
- | Field | Description | Example |
309
- |-------|-------------|---------|
310
- | `id` | Unique note identifier | `n1` |
311
- | `name` | Note name | `Lavender` |
312
- | `url` | Fragrantica note page | URL |
313
- | `latin_name` | Latin/scientific name | `Lavandula angustifolia` |
314
- | `other_names` | Alternative names | `English Lavender, True Lavender` |
315
- | `group` | Note category | `Flowers`, `Woods`, `Citrus` |
316
- | `odor_profile` | Scent description | `Fresh, herbal, floral...` |
317
- | `main_icon` | Primary icon image URL | URL |
318
- | `alt_icons` | Alternative icons | Semicolon-separated URLs |
319
- | `background` | Background/splash image | URL |
320
- | `fragrance_count` | Number of fragrances | `12229` |
321
-
322
- ### accords.csv (5 fields) — NEW in v3.0
323
-
324
- | Field | Description | Example |
325
- |-------|-------------|---------|
326
- | `id` | Unique accord identifier | `a1` |
327
- | `name` | Accord name | `woody` |
328
- | `bar_color` | Display bar color (hex) | `#774414` |
329
- | `font_color` | Text color (hex) | `#FFFFFF` |
330
- | `fragrance_count` | Number of fragrances | `45892` |
331
-
332
- ### brands.csv (10 fields)
333
-
334
- | Field | Description | Example |
335
- |-------|-------------|---------|
336
- | `id` | Unique brand identifier | `b1` |
337
- | `name` | Brand name | `Creed` |
338
- | `url` | Fragrantica brand page | URL |
339
- | `logo_url` | Brand logo image | URL |
340
- | `country` | Country of origin | `France` |
341
- | `main_activity` | Primary business | `Fragrance house` |
342
- | `website` | Official website | `https://www.creed.com` |
343
- | `parent_company` | Parent company | `Kering` |
344
- | `description` | Brand description | HTML text |
345
- | `brand_count` | Number of fragrances | `847` |
346
-
347
- ### perfumers.csv (11 fields)
348
-
349
- | Field | Description | Example |
350
- |-------|-------------|---------|
351
- | `id` | Unique perfumer identifier | `p1` |
352
- | `name` | Perfumer name | `Alberto Morillas` |
353
- | `url` | Fragrantica perfumer page | URL |
354
- | `photo_url` | Perfumer photo | URL |
355
- | `status` | Professional status | `Master Perfumer` |
356
- | `company` | Current company | `Firmenich` |
357
- | `also_worked` | Previous companies | `Quest International, Givaudan` |
358
- | `education` | Education | `ISIPCA` |
359
- | `web` | Personal website | URL |
360
- | `perfumes_count` | Number of fragrances | `538` |
361
- | `biography` | Biography | HTML text |
362
-
363
- ## Parsing Examples (v3.0)
364
-
365
- ### Parse v3.0 voting format
366
- ```python
367
- def parse_votes(votes_str):
368
- """Parse v3.0 voting format: category:votes:percent"""
369
- result = {}
370
- for item in votes_str.split(';'):
371
- parts = item.split(':')
372
- if len(parts) >= 3:
373
- result[parts[0]] = {
374
- 'votes': int(parts[1]),
375
- 'percent': float(parts[2])
376
- }
377
- return result
378
-
379
- longevity = parse_votes(row['longevity'])
380
- # {'very_weak': {'votes': 784, 'percent': 5.0}, 'weak': {...}, ...}
381
- ```
382
-
383
- ### Parse v3.0 accords format with join
384
- ```python
385
- def parse_accords(accords_str, accords_df):
386
- """Parse v3.0 accords format: id:percent and join with reference"""
387
- result = []
388
- for item in accords_str.split(';'):
389
- accord_id, percent = item.split(':')
390
- accord_info = accords_df[accords_df['id'] == accord_id].iloc[0]
391
- result.append({
392
- 'name': accord_info['name'],
393
- 'percent': int(percent),
394
- 'bar_color': accord_info['bar_color'],
395
- 'font_color': accord_info['font_color']
396
- })
397
- return result
398
- ```
399
-
400
- ### Parse notes pyramid with opacity/weight
401
- ```python
402
- import re
403
-
404
- def parse_notes_pyramid(pyramid_str):
405
- """Parse v3.0 notes pyramid with opacity and weight"""
406
- result = {'top': [], 'middle': [], 'base': []}
407
- for layer in ['top', 'middle', 'base']:
408
- match = re.search(rf'{layer}\(([^)]+)\)', pyramid_str)
409
- if match:
410
- for note in match.group(1).split(';'):
411
- parts = note.split(',')
412
- result[layer].append({
413
- 'name': parts[0],
414
- 'id': parts[1] if len(parts) > 1 else None,
415
- 'url': parts[2] if len(parts) > 2 else None,
416
- 'opacity': float(parts[3]) if len(parts) > 3 else None,
417
- 'weight': float(parts[4]) if len(parts) > 4 else None
418
- })
419
- return result
420
- ```
421
-
422
- ## Use Cases
423
-
424
- - **Recommendation Systems** — Build "if you like X, try Y" engines using accords, notes, and also_like data
425
- - **Market Analysis** — Analyze trends by brand, country, year, or perfumer
426
- - **NLP** — Process descriptions, odor profiles, and pros/cons data
427
- - **Collection Apps** — Build fragrance tracking and discovery apps
428
- - **E-commerce** — Enrich product catalogs with detailed fragrance data
429
- - **Data Visualization** — Create accord charts with actual display colors from accords.csv
430
-
431
  ## File Format
432
 
433
  - **Format**: CSV (pipe `|` delimited)
@@ -444,8 +597,6 @@ def parse_notes_pyramid(pyramid_str):
444
 
445
  This sample is released under the **CC BY-NC 4.0 License**. Free for non-commercial use with attribution.
446
 
447
- The full database requires a commercial license — see [fragdb.net](https://fragdb.net) for details.
448
-
449
  ## Citation
450
 
451
  ```bibtex
@@ -453,8 +604,8 @@ The full database requires a commercial license — see [fragdb.net](https://fra
453
  title={FragDB Fragrantica Fragrance Database},
454
  author={FragDB},
455
  year={2026},
456
- version={4.7},
457
  url={https://fragdb.net},
458
- note={Sample dataset with 5 files, 67 fields}
459
  }
460
- ```
 
5
  - text-classification
6
  language:
7
  - en
8
+ - de
9
+ - es
10
+ - fr
11
+ - cs
12
+ - it
13
+ - ru
14
+ - pl
15
+ - pt
16
+ - el
17
+ - zh
18
+ - ja
19
+ - nl
20
+ - sr
21
+ - ro
22
+ - ar
23
+ - uk
24
+ - mn
25
+ - ko
26
+ - tr
27
+ - sv
28
+ - he
29
+ - hu
30
  tags:
31
  - fragrance
32
  - perfume
 
35
  - e-commerce
36
  - retail
37
  - fragrantica
38
+ - multilingual
39
  size_categories:
40
  - 10<n<100
41
  configs:
 
55
  - config_name: accords
56
  data_files: accords.csv
57
  sep: "|"
58
+ - config_name: translations
59
+ data_files: translations.csv
60
+ sep: "|"
61
  dataset_info:
62
  - config_name: fragrances
63
  features:
 
93
  dtype: string
94
  - name: rating
95
  dtype: string
96
+ - name: reviews_count
97
+ dtype: int64
98
  - name: appreciation
99
  dtype: string
100
  - name: price_value
 
109
  dtype: string
110
  - name: time_of_day
111
  dtype: string
112
+ - name: pros_cons
113
+ dtype: string
114
  - name: by_designer
115
  dtype: string
116
  - name: in_collection
 
121
  dtype: string
122
  - name: news_ids
123
  dtype: string
 
 
 
 
124
  - config_name: brands
125
  features:
126
  - name: id
 
143
  dtype: string
144
  - name: brand_count
145
  dtype: int64
146
+ - name: country_de
147
+ dtype: string
148
+ - name: country_es
149
+ dtype: string
150
+ - name: country_fr
151
+ dtype: string
152
+ - name: country_cs
153
+ dtype: string
154
+ - name: country_it
155
+ dtype: string
156
+ - name: country_ru
157
+ dtype: string
158
+ - name: country_pl
159
+ dtype: string
160
+ - name: country_pt
161
+ dtype: string
162
+ - name: country_el
163
+ dtype: string
164
+ - name: country_zh
165
+ dtype: string
166
+ - name: country_ja
167
+ dtype: string
168
+ - name: country_nl
169
+ dtype: string
170
+ - name: country_sr
171
+ dtype: string
172
+ - name: country_ro
173
+ dtype: string
174
+ - name: country_ar
175
+ dtype: string
176
+ - name: country_uk
177
+ dtype: string
178
+ - name: country_mn
179
+ dtype: string
180
+ - name: country_ko
181
+ dtype: string
182
+ - name: country_tr
183
+ dtype: string
184
+ - name: country_sv
185
+ dtype: string
186
+ - name: country_he
187
+ dtype: string
188
+ - name: country_hu
189
+ dtype: string
190
+ - name: main_activity_de
191
+ dtype: string
192
+ - name: main_activity_es
193
+ dtype: string
194
+ - name: main_activity_fr
195
+ dtype: string
196
+ - name: main_activity_cs
197
+ dtype: string
198
+ - name: main_activity_it
199
+ dtype: string
200
+ - name: main_activity_ru
201
+ dtype: string
202
+ - name: main_activity_pl
203
+ dtype: string
204
+ - name: main_activity_pt
205
+ dtype: string
206
+ - name: main_activity_el
207
+ dtype: string
208
+ - name: main_activity_zh
209
+ dtype: string
210
+ - name: main_activity_ja
211
+ dtype: string
212
+ - name: main_activity_nl
213
+ dtype: string
214
+ - name: main_activity_sr
215
+ dtype: string
216
+ - name: main_activity_ro
217
+ dtype: string
218
+ - name: main_activity_ar
219
+ dtype: string
220
+ - name: main_activity_uk
221
+ dtype: string
222
+ - name: main_activity_mn
223
+ dtype: string
224
+ - name: main_activity_ko
225
+ dtype: string
226
+ - name: main_activity_tr
227
+ dtype: string
228
+ - name: main_activity_sv
229
+ dtype: string
230
+ - name: main_activity_he
231
+ dtype: string
232
+ - name: main_activity_hu
233
+ dtype: string
234
  - config_name: perfumers
235
  features:
236
  - name: id
 
255
  dtype: int64
256
  - name: biography
257
  dtype: string
258
+ - name: status_de
259
+ dtype: string
260
+ - name: status_es
261
+ dtype: string
262
+ - name: status_fr
263
+ dtype: string
264
+ - name: status_cs
265
+ dtype: string
266
+ - name: status_it
267
+ dtype: string
268
+ - name: status_ru
269
+ dtype: string
270
+ - name: status_pl
271
+ dtype: string
272
+ - name: status_pt
273
+ dtype: string
274
+ - name: status_el
275
+ dtype: string
276
+ - name: status_zh
277
+ dtype: string
278
+ - name: status_ja
279
+ dtype: string
280
+ - name: status_nl
281
+ dtype: string
282
+ - name: status_sr
283
+ dtype: string
284
+ - name: status_ro
285
+ dtype: string
286
+ - name: status_ar
287
+ dtype: string
288
+ - name: status_uk
289
+ dtype: string
290
+ - name: status_mn
291
+ dtype: string
292
+ - name: status_ko
293
+ dtype: string
294
+ - name: status_tr
295
+ dtype: string
296
+ - name: status_sv
297
+ dtype: string
298
+ - name: status_he
299
+ dtype: string
300
+ - name: status_hu
301
+ dtype: string
302
+ - name: perfumer_name_ru
303
+ dtype: string
304
+ - name: perfumer_name_uk
305
+ dtype: string
306
+ - name: perfumer_name_ja
307
+ dtype: string
308
  - config_name: notes
309
  features:
310
  - name: id
 
329
  dtype: string
330
  - name: fragrance_count
331
  dtype: int64
332
+ - name: note_name_de
333
+ dtype: string
334
+ - name: note_name_es
335
+ dtype: string
336
+ - name: note_name_fr
337
+ dtype: string
338
+ - name: note_name_cs
339
+ dtype: string
340
+ - name: note_name_it
341
+ dtype: string
342
+ - name: note_name_ru
343
+ dtype: string
344
+ - name: note_name_pl
345
+ dtype: string
346
+ - name: note_name_pt
347
+ dtype: string
348
+ - name: note_name_el
349
+ dtype: string
350
+ - name: note_name_zh
351
+ dtype: string
352
+ - name: note_name_ja
353
+ dtype: string
354
+ - name: note_name_nl
355
+ dtype: string
356
+ - name: note_name_sr
357
+ dtype: string
358
+ - name: note_name_ro
359
+ dtype: string
360
+ - name: note_name_ar
361
+ dtype: string
362
+ - name: note_name_uk
363
+ dtype: string
364
+ - name: note_name_mn
365
+ dtype: string
366
+ - name: note_name_ko
367
+ dtype: string
368
+ - name: note_name_tr
369
+ dtype: string
370
+ - name: note_name_sv
371
+ dtype: string
372
+ - name: note_name_he
373
+ dtype: string
374
+ - name: note_name_hu
375
+ dtype: string
376
+ - name: note_group_de
377
+ dtype: string
378
+ - name: note_group_es
379
+ dtype: string
380
+ - name: note_group_fr
381
+ dtype: string
382
+ - name: note_group_cs
383
+ dtype: string
384
+ - name: note_group_it
385
+ dtype: string
386
+ - name: note_group_ru
387
+ dtype: string
388
+ - name: note_group_pl
389
+ dtype: string
390
+ - name: note_group_pt
391
+ dtype: string
392
+ - name: note_group_el
393
+ dtype: string
394
+ - name: note_group_zh
395
+ dtype: string
396
+ - name: note_group_ja
397
+ dtype: string
398
+ - name: note_group_nl
399
+ dtype: string
400
+ - name: note_group_sr
401
+ dtype: string
402
+ - name: note_group_ro
403
+ dtype: string
404
+ - name: note_group_ar
405
+ dtype: string
406
+ - name: note_group_uk
407
+ dtype: string
408
+ - name: note_group_mn
409
+ dtype: string
410
+ - name: note_group_ko
411
+ dtype: string
412
+ - name: note_group_tr
413
+ dtype: string
414
+ - name: note_group_sv
415
+ dtype: string
416
+ - name: note_group_he
417
+ dtype: string
418
+ - name: note_group_hu
419
+ dtype: string
420
  - config_name: accords
421
  features:
422
  - name: id
 
429
  dtype: string
430
  - name: fragrance_count
431
  dtype: int64
432
+ - name: name_de
433
+ dtype: string
434
+ - name: name_es
435
+ dtype: string
436
+ - name: name_fr
437
+ dtype: string
438
+ - name: name_cs
439
+ dtype: string
440
+ - name: name_it
441
+ dtype: string
442
+ - name: name_ru
443
+ dtype: string
444
+ - name: name_pl
445
+ dtype: string
446
+ - name: name_pt
447
+ dtype: string
448
+ - name: name_el
449
+ dtype: string
450
+ - name: name_zh
451
+ dtype: string
452
+ - name: name_ja
453
+ dtype: string
454
+ - name: name_nl
455
+ dtype: string
456
+ - name: name_sr
457
+ dtype: string
458
+ - name: name_ro
459
+ dtype: string
460
+ - name: name_ar
461
+ dtype: string
462
+ - name: name_uk
463
+ dtype: string
464
+ - name: name_mn
465
+ dtype: string
466
+ - name: name_ko
467
+ dtype: string
468
+ - name: name_tr
469
+ dtype: string
470
+ - name: name_sv
471
+ dtype: string
472
+ - name: name_he
473
+ dtype: string
474
+ - name: name_hu
475
+ dtype: string
476
+ - config_name: translations
477
+ features:
478
+ - name: id
479
+ dtype: string
480
+ - name: section
481
+ dtype: string
482
+ - name: en
483
+ dtype: string
484
+ - name: de
485
+ dtype: string
486
+ - name: es
487
+ dtype: string
488
+ - name: fr
489
+ dtype: string
490
+ - name: cs
491
+ dtype: string
492
+ - name: it
493
+ dtype: string
494
+ - name: ru
495
+ dtype: string
496
+ - name: pl
497
+ dtype: string
498
+ - name: pt
499
+ dtype: string
500
+ - name: el
501
+ dtype: string
502
+ - name: zh
503
+ dtype: string
504
+ - name: ja
505
+ dtype: string
506
+ - name: nl
507
+ dtype: string
508
+ - name: sr
509
+ dtype: string
510
+ - name: ro
511
+ dtype: string
512
+ - name: ar
513
+ dtype: string
514
+ - name: uk
515
+ dtype: string
516
+ - name: mn
517
+ dtype: string
518
+ - name: ko
519
+ dtype: string
520
+ - name: tr
521
+ dtype: string
522
+ - name: sv
523
+ dtype: string
524
+ - name: he
525
+ dtype: string
526
+ - name: hu
527
+ dtype: string
528
  ---
529
 
530
+ # FragDB v5.0 — Fragrance Database (Multilingual, Sample)
531
 
532
+ The most comprehensive structured fragrance database available. This is a **free sample** containing 10 fragrances with related brands, perfumers, notes, accords, and a complete translation vocabulary.
533
 
534
+ ## What's New in v5.0
535
 
536
+ - **23 languages** all labels, note names, accords, countries, statuses translated
537
+ - **translations.csv** new vocabulary file (34 entries) for gender and voting labels
538
+ - **Compact notes pyramid** — `note_id,opacity,weight` (name/icon via notes.csv JOIN)
539
+ - **2,508 notes** — each name variant has its own ID with translations
540
+ - **Gender & voting fields** use translation IDs for multilingual support
541
 
542
  ## Dataset Description
543
 
 
 
544
  | File | Records | Fields | Description |
545
  |------|---------|--------|-------------|
546
+ | `fragrances.csv` | 10 | 30 | Top-rated fragrances |
547
+ | `brands.csv` | 10 | 54 | Brand profiles + 22 lang translations |
548
+ | `perfumers.csv` | 10 | 36 | Perfumer profiles + 22 lang translations |
549
+ | `notes.csv` | 10 | 55 | Fragrance notes + 22 lang translations |
550
+ | `accords.csv` | 10 | 27 | Accords + 22 lang translations |
551
+ | `translations.csv` | 34 | 25 | Gender & voting vocabulary (full) |
552
 
553
  ### Full Database
554
 
555
  | | Sample | Full Database |
556
  |---|--------|---------------|
557
+ | Fragrances | 10 | **127,579** |
558
+ | Brands | 10 | **7,609** |
559
+ | Perfumers | 10 | **2,905** |
560
+ | Notes | 10 | **2,508** |
561
  | Accords | 10 | **92** |
562
+ | Translations | 34 | **34** |
563
+ | Languages | 23 | **23** |
564
+ | **Total Records** | 84 | **140,727** |
565
 
566
  ## Quick Start
567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
568
  ```python
569
  import pandas as pd
570
 
571
  fragrances = pd.read_csv('fragrances.csv', sep='|')
572
  brands = pd.read_csv('brands.csv', sep='|')
 
573
  notes = pd.read_csv('notes.csv', sep='|')
574
+ translations = pd.read_csv('translations.csv', sep='|')
575
 
576
+ # Join and translate
577
  fragrances['brand_id'] = fragrances['brand'].str.split(';').str[1]
578
  df = fragrances.merge(brands, left_on='brand_id', right_on='id', suffixes=('', '_brand'))
579
+ trans = translations.set_index('id')
580
+ df['gender_ru'] = df['gender'].map(lambda x: trans.loc[x, 'ru'] if x in trans.index else x)
581
+ print(df[['name', 'name_brand', 'country_ru', 'gender_ru']])
582
  ```
583
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
584
  ## File Format
585
 
586
  - **Format**: CSV (pipe `|` delimited)
 
597
 
598
  This sample is released under the **CC BY-NC 4.0 License**. Free for non-commercial use with attribution.
599
 
 
 
600
  ## Citation
601
 
602
  ```bibtex
 
604
  title={FragDB Fragrantica Fragrance Database},
605
  author={FragDB},
606
  year={2026},
607
+ version={5.0},
608
  url={https://fragdb.net},
609
+ note={Multilingual dataset with 6 files, 23 languages}
610
  }
611
+ ```
accords.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:526802b2ca167cc6ec5fcab7b508eb274e6a148bb526d39edd91040853d7278b
3
- size 392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf72313bba3995d835f025684f78d4dab984e2df41a0b24a932be2ad6ce5f08f
3
+ size 3307
brands.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ebc373e59835b02b66494dc07536b82794b3b511626a9bb26422262b8a951ee
3
- size 27094
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd3b9c936816134363744cfd94a221fb25ebf7c4bd57c690afd9aead73b6ec4
3
+ size 33955
fragrances.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d23343c7839714706533037f1974b1f09e42a28e8c0e8bf6cf3d4de5468e1f2f
3
- size 71515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e276cbe20c9203ad757b580077146165cdb96caa1275cdf07a56ef7baf65e2f3
3
+ size 67217
notes.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abd3a78610b96db8bd5f0f884f9a644a5335e9d590894a4cab3496b32958f992
3
- size 4895
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb6b602d5f15d5bfbe013f27a2e8600e0dcabf82750e2c396df2ed9e66dd0a24
3
+ size 13305
perfumers.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d6df1e3e563b5ba5fdeca4c40fb91c3ecbd868d4be19ffe13e92d48a13d30e7
3
- size 22537
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db5c4d76303d237db25c0dbe4f481ec36a0c057092b5c60b517f95dfabcd6402
3
+ size 28702
translations.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00529c19e4b6042589fab28039c8a930f7d624aae693ed274201e8d63f4a930e
3
+ size 10195