Skip to content

Generating an infographic PDF displaying a reviews age distribution chart and best/least performing products for luxury skincare brand La Mer πŸ“Š

License

Notifications You must be signed in to change notification settings

DOCUVESTA/la-mer-usa-skincare-infographics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

68 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

Generating an infographic PDF displaying a reviews age distribution chart and best/least performing products for luxury skincare brand La Mer πŸ“Š

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages