Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/docuvesta/retinoids-skincare-analysis

Using data to learn about retinoids in skincare ๐Ÿงด
https://github.com/docuvesta/retinoids-skincare-analysis

cosmetics cream data-analysis-python data-visualization eyecare mask notion products retinoid retinol serum skincare streamlit

Last synced: 3 days ago
JSON representation

Using data to learn about retinoids in skincare ๐Ÿงด

Awesome Lists containing this project

README

        


Type of Retinoids in Skincare Analysis



## Overview
As a skincare enthusiast, I wasn't surprised in the recent surge in demand for skincare products with retinoids. Retinoids are vitamin-A derivative compounds that are known to be effective treatments for a wide range of skin problems, including acne. In this repository, I perform an analysis on skincare products that contain different type of retinoids. The objective of this analysis is to provide consumers with a foundation of knowledge on the benefits, side effects and characteristics of various retinoids, allowing the users to select the best option for their individual skincare needs. Additionally, this analysis identifies potential market gaps, and explore various retinoid ingredients that could be valuable for brands looking to develop new retinoid skincare products.


## Repository Contents
### Folder: data


File Name
Data Description


skincare_products_clean.csv
source data


brand.csv
reference table for brands and country of origin


df_retinoid.csv
final cleaned dataframe


### Jupyter Notebook: retinoids_skincare_data_transformation.ipynb
- Jupyter notebook with annotations detailing each stage of preprocessing skincare data
- Data exploration process
- Matplotlib, Seaborn and Plotly visualizations


### Notion: retinoid in skincare analysis public web page
A document with base knowledge on retinoids, along with insights and opportunities for product development derived from analysis.

Preview



![Report](https://github.com/DOCUVESTA/retinoids-skincare-analysis/blob/b8efb6d619d66c985561b37f0d3433b24eaa746a/assets/preview_report_retinoid.png)




### Streamlit: app.py
A user-friendly and interactive dashboard with product information from the skincare dataset.

Features



  • Filter Selectors:

    • Retinoid(s)

    • Product Type(s)



  • View the following information based on your selected filters:

    • Number of products

    • Highest priced product

    • Lowest priced product



  • Product information chart (hover over points in chart to display product information)

    • Brand name

    • Product type

    • Price in USD

    • Full product name

    • Country of origin of brand



Preview



![Dashboard](https://github.com/DOCUVESTA/retinoids-skincare-analysis/blob/b8efb6d619d66c985561b37f0d3433b24eaa746a/assets/Dashboard.png)