Update to v3.1: Add video_url field, remove ownership field, update statistics
Browse files- README.md +23 -18
- accords.csv +2 -2
- brands.csv +2 -2
- fragrances.csv +2 -2
- notes.csv +2 -2
- perfumers.csv +2 -2
README.md
CHANGED
|
@@ -55,6 +55,8 @@ dataset_info:
|
|
| 55 |
dtype: string
|
| 56 |
- name: user_photoes
|
| 57 |
dtype: string
|
|
|
|
|
|
|
| 58 |
- name: accords
|
| 59 |
dtype: string
|
| 60 |
- name: notes_pyramid
|
|
@@ -69,8 +71,6 @@ dataset_info:
|
|
| 69 |
dtype: string
|
| 70 |
- name: price_value
|
| 71 |
dtype: string
|
| 72 |
-
- name: ownership
|
| 73 |
-
dtype: string
|
| 74 |
- name: gender_votes
|
| 75 |
dtype: string
|
| 76 |
- name: longevity
|
|
@@ -179,17 +179,15 @@ dataset_info:
|
|
| 179 |
dtype: int64
|
| 180 |
---
|
| 181 |
|
| 182 |
-
# FragDB v3.
|
| 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 v3.
|
| 187 |
|
| 188 |
-
- **
|
| 189 |
-
- **
|
| 190 |
-
- **
|
| 191 |
-
- **Enhanced notes pyramid**: includes opacity and weight values
|
| 192 |
-
- **Total**: 67 data fields across 5 files
|
| 193 |
|
| 194 |
## Dataset Description
|
| 195 |
|
|
@@ -207,12 +205,12 @@ FragDB is a relational database of the fragrance industry containing:
|
|
| 207 |
|
| 208 |
| | Sample | Full Database |
|
| 209 |
|---|--------|---------------|
|
| 210 |
-
| Fragrances | 10 | **
|
| 211 |
-
| Brands | 10 | **7,
|
| 212 |
-
| Perfumers | 10 | **2,
|
| 213 |
-
| Notes | 10 | **
|
| 214 |
| Accords | 10 | **92** |
|
| 215 |
-
| **Total Records** | 50 | **133,
|
| 216 |
|
| 217 |
Full database available at [fragdb.net](https://fragdb.net)
|
| 218 |
|
|
@@ -264,7 +262,15 @@ print(df[['name', 'name_brand', 'country', 'rating']])
|
|
| 264 |
| `gender` | Target gender | `for men`, `for women`, `for women and men` |
|
| 265 |
| `collection` | Collection within brand | Text |
|
| 266 |
|
| 267 |
-
####
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
| Field | Description | Format |
|
| 269 |
|-------|-------------|--------|
|
| 270 |
| `accords` | Scent accords with strength | `a1:100;a2:67;a3:45` (join with accords.csv) |
|
|
@@ -272,13 +278,12 @@ print(df[['name', 'name_brand', 'country', 'rating']])
|
|
| 272 |
| `perfumers` | Perfumer names and IDs | `Erwin Creed;p1;Olivier Creed;p2` |
|
| 273 |
| `description` | Fragrance description | HTML text |
|
| 274 |
|
| 275 |
-
#### Ratings & Votes (
|
| 276 |
| Field | Description | Format |
|
| 277 |
|-------|-------------|--------|
|
| 278 |
| `rating` | Average rating & vote count | `4.33;24561` |
|
| 279 |
| `appreciation` | Love/like/ok/dislike/hate | `love:5000:45.2;like:3000:27.1;...` |
|
| 280 |
| `price_value` | Price perception votes | `way_overpriced:6658:30;overpriced:2844:13;...` |
|
| 281 |
-
| `ownership` | Ownership status | `have_it:5282:52.82;had_it:1232:12.32;...` |
|
| 282 |
| `gender_votes` | Gender suitability votes | `female:149:2;unisex:866:10;male:7977:88` |
|
| 283 |
| `longevity` | Duration votes | `very_weak:784:5;weak:1459:10;moderate:5869:40;...` |
|
| 284 |
| `sillage` | Projection votes | `intimate:1816:12;moderate:8139:55;strong:4289:29;...` |
|
|
@@ -449,7 +454,7 @@ The full database requires a commercial license — see [fragdb.net](https://fra
|
|
| 449 |
title={FragDB Fragrantica Fragrance Database},
|
| 450 |
author={FragDB},
|
| 451 |
year={2026},
|
| 452 |
-
version={3.
|
| 453 |
url={https://fragdb.net},
|
| 454 |
note={Sample dataset with 5 files, 67 fields}
|
| 455 |
}
|
|
|
|
| 55 |
dtype: string
|
| 56 |
- name: user_photoes
|
| 57 |
dtype: string
|
| 58 |
+
- name: video_url
|
| 59 |
+
dtype: string
|
| 60 |
- name: accords
|
| 61 |
dtype: string
|
| 62 |
- name: notes_pyramid
|
|
|
|
| 71 |
dtype: string
|
| 72 |
- name: price_value
|
| 73 |
dtype: string
|
|
|
|
|
|
|
| 74 |
- name: gender_votes
|
| 75 |
dtype: string
|
| 76 |
- name: longevity
|
|
|
|
| 179 |
dtype: int64
|
| 180 |
---
|
| 181 |
|
| 182 |
+
# FragDB v3.1 — Fragrantica 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 v3.1
|
| 187 |
|
| 188 |
+
- **New field**: `video_url` — YouTube video URLs for fragrances
|
| 189 |
+
- **Removed field**: `ownership` — no longer included (was empty in source data)
|
| 190 |
+
- **Total**: 67 data fields across 5 files (30 fragrance fields)
|
|
|
|
|
|
|
| 191 |
|
| 192 |
## Dataset Description
|
| 193 |
|
|
|
|
| 205 |
|
| 206 |
| | Sample | Full Database |
|
| 207 |
|---|--------|---------------|
|
| 208 |
+
| Fragrances | 10 | **121,539** |
|
| 209 |
+
| Brands | 10 | **7,316** |
|
| 210 |
+
| Perfumers | 10 | **2,828** |
|
| 211 |
+
| Notes | 10 | **1,825** |
|
| 212 |
| Accords | 10 | **92** |
|
| 213 |
+
| **Total Records** | 50 | **133,600** |
|
| 214 |
|
| 215 |
Full database available at [fragdb.net](https://fragdb.net)
|
| 216 |
|
|
|
|
| 262 |
| `gender` | Target gender | `for men`, `for women`, `for women and men` |
|
| 263 |
| `collection` | Collection within brand | Text |
|
| 264 |
|
| 265 |
+
#### Media
|
| 266 |
+
| Field | Description | Format |
|
| 267 |
+
|-------|-------------|--------|
|
| 268 |
+
| `main_photo` | Main product image | URL |
|
| 269 |
+
| `info_card` | Info card image | URL |
|
| 270 |
+
| `user_photoes` | User-submitted photos | Semicolon-separated URLs |
|
| 271 |
+
| `video_url` | YouTube video | URL (new in v3.1) |
|
| 272 |
+
|
| 273 |
+
#### Composition
|
| 274 |
| Field | Description | Format |
|
| 275 |
|-------|-------------|--------|
|
| 276 |
| `accords` | Scent accords with strength | `a1:100;a2:67;a3:45` (join with accords.csv) |
|
|
|
|
| 278 |
| `perfumers` | Perfumer names and IDs | `Erwin Creed;p1;Olivier Creed;p2` |
|
| 279 |
| `description` | Fragrance description | HTML text |
|
| 280 |
|
| 281 |
+
#### Ratings & Votes (Structured Format: category:votes:percent)
|
| 282 |
| Field | Description | Format |
|
| 283 |
|-------|-------------|--------|
|
| 284 |
| `rating` | Average rating & vote count | `4.33;24561` |
|
| 285 |
| `appreciation` | Love/like/ok/dislike/hate | `love:5000:45.2;like:3000:27.1;...` |
|
| 286 |
| `price_value` | Price perception votes | `way_overpriced:6658:30;overpriced:2844:13;...` |
|
|
|
|
| 287 |
| `gender_votes` | Gender suitability votes | `female:149:2;unisex:866:10;male:7977:88` |
|
| 288 |
| `longevity` | Duration votes | `very_weak:784:5;weak:1459:10;moderate:5869:40;...` |
|
| 289 |
| `sillage` | Projection votes | `intimate:1816:12;moderate:8139:55;strong:4289:29;...` |
|
|
|
|
| 454 |
title={FragDB Fragrantica Fragrance Database},
|
| 455 |
author={FragDB},
|
| 456 |
year={2026},
|
| 457 |
+
version={3.1},
|
| 458 |
url={https://fragdb.net},
|
| 459 |
note={Sample dataset with 5 files, 67 fields}
|
| 460 |
}
|
accords.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98ce881867687cdf60744be9c3d3f68fd6ba0a0c0230536bae8c775de79191b6
|
| 3 |
+
size 392
|
brands.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbe0338e335805e7c325fd6aebbcf6836058ffb1ca8d0dc44b133b936290ec88
|
| 3 |
+
size 26965
|
fragrances.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:161d0d61a76f48e8e163ac5a247340ac21d1153c98b598c26ff384047cc51e28
|
| 3 |
+
size 71606
|
notes.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b5574d04468c577e779a0dd19b541e4c2aba12e4f96e9e2762603d8e463428e
|
| 3 |
+
size 4917
|
perfumers.csv
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:affcb7d08768df1795fded31ab37d5a42b6ae4d6d2e989ec5b8593f645411600
|
| 3 |
+
size 22513
|