Skip to content

Latest commit

 

History

History
87 lines (73 loc) · 2.73 KB

File metadata and controls

87 lines (73 loc) · 2.73 KB

Generating an Infographic PDF for La Mer Skincare Best-Selling Products Using Python

Overview

Who doesn't love neat, themed, and aesthetically pleasing infographics, especially when they're automatically generated. I know I do! This La Mer skincare-themed infographic PDF utilizes data from the brand's website to provide key details on their top-selling products in the USA. This includes a bar plot showing the age distribution of customers who left reviews on one or more of La Mer's 19 best-selling products, along with information on the highest rated, most rated, lowest rated, and least rated products as of Thursday, May 30, 2024.

Flow of data

flow

Repository Contents

File: lamer_infographic.pdf

La Mer Skincare Infographic

Preview ✨
preview

Folder: data

Raw data

File Name Data Description
lamer_usa_30052024.csv information on La Mer's best-selling products (USA)
lamer_usa_age_distribution_30052024.csv number of reviews left on each product by age range

Prepared data

File Name Data Description
info_bar_30052024.json data displayed on infographic's information bar
highlighted_products_30052024.json information on highest, most, lowest, least rated products
reviews_age_distribution.json data used to create bar plot showing reviews age distribution

Folder: utils

Python package that include all modules used to create infographic
utils/
        ├── __init__.py
        ├── load_clean_dataframe.py
        ├── prepare_infographics_data.py
        ├── create_graph.py
        └── generate_pdf.py

Folder: assets

All assets used to complete project
  • background
  • pictures
  • font