PARFUM
Parfum is a term for ingredient labelling used to identify that a product contains a material or a combination of materials normally added to a cosmetic to produce or to mask a particular odour. According to Article 19 of the Cosmetics Regulation, 'Perfume and aromatic compositions and their raw materials shall be referred to by the terms ‘parfum’ or ‘aroma’. '
PARFUM is listed in the European Commission CosIng inventory under the functional categories Fragrance, Perfuming. CosIng records no CAS number for it, so the column is NULL rather than guessed. In the free INCIDB sample it appears on 118 product labels, reaching position 3 on Fresh Deo Zerstäuber.
Sample products containing PARFUM
Label positions from the free INCIDB sample. A lower position means the ingredient is declared earlier, i.e. present in a higher proportion.
Query PARFUM in the full snapshot
import pyarrow.parquet as pq
ingredients = pq.read_table('ingredients.parquet').to_pandas()
target = ingredients[ingredients['inci_name'] == "PARFUM"]
print(target[['ingredient_id', 'functions', 'cas_number', 'is_common_allergen']])
The complete snapshot covers 18,583 products. Coverage of each enrichment column is published, both per distinct name and weighted by label occurrence — see the coverage table.