Skip to content

This project analyzes monthly product performance using a commercial dataset. The goal is to identify missing values, compute average profits, and detect the most stable products in terms of profit across months.

License

Notifications You must be signed in to change notification settings

R01noq/-Monthly-Product-Performance-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Monthly Product Performance Analysis

This project analyzes monthly product performance using a commercial dataset. The goal is to identify missing values, compute average profits, and detect the most stable products in terms of profit across months.

πŸ” Project Description

The project performs the following key tasks:

  • Loads and cleans the dataset.
  • Detects missing values in numerical columns (Revenue, Cost, Profit, Margin(%)).
  • Calculates average monthly profit per product.
  • Completes missing Month–Product combinations with zero profit where needed.
  • Builds a pivot table to show monthly profit trends for each product.
  • Identifies the top 3 most stable products based on standard deviation of monthly profit.
  • Visualizes the result using a heatmap.

πŸ“ˆ Resulting Visualization

Below is the heatmap showing the average monthly profit for each product:

Monthly Product Profit Matrix

πŸ—‚οΈ Files

  • monthly_product_performance.csv – Input dataset
  • analysis_script.py – Python script containing the full analysis
  • monthly_product_profit_matrix.png – Output heatmap visualization

πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

This project analyzes monthly product performance using a commercial dataset. The goal is to identify missing values, compute average profits, and detect the most stable products in terms of profit across months.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages