PHENOXYETHANOL
Broad-spectrum synthetic preservative used to prevent microbial growth.
PHENOXYETHANOL is catalogued in INCIDB under the CosIng functional class of Preservative, registered under CAS number 122-99-6. Within the free INCIDB sample partition it is mapped to 9 indexed formulations spanning 5 product categories (Cleanser, Moisturizer, Serum, Skincare, Toner), climbing to concentration rank #5 in Witch Hazel Facial Toner Uncented. It carries a comedogenic rating of 0.0/5.0, indicating no expected pore-clogging activity. It is flagged as an FDA MoCRA contact allergen, so patch testing is advised for sensitive users.
Sample Commercial Formulations with PHENOXYETHANOL
Verified concentration ranks from the free INCIDB sample partition. Full data mapping covers 19,645 commercial formulations.
Query PHENOXYETHANOL via PyArrow Parquet
Filter sub-second high-performance columnar Parquet files across all 19,645 beauty formulations.
import pyarrow.parquet as pq
# Load normalized INCI ingredients dataset
ingredients = pq.read_table('ingredients.parquet').to_pandas()
# Locate exact compound ID and regulatory flags
target = ingredients[ingredients['inci_name'] == "PHENOXYETHANOL"]
print(target[['ingredient_id', 'cas_number', 'is_common_allergen']])