Skip to content

The goal of this project is to analyze regional sales data from a CSV file and generate a visual comparison between revenue and profit per region.

License

Notifications You must be signed in to change notification settings

R01noq/-Regional-Revenue-Profit-Analysis-Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Product Revenue Comparison by Month (New vs Old)

This project analyzes and visualizes the average revenue of new vs. old products across different months using Python and data visualization libraries.

Heatmap

πŸ“Š Description

The script performs the following:

  • Reads product performance data from a CSV file.
  • Checks for missing values and reports their percentage.
  • Calculates the average revenue of new (Is_New = 1) vs old (Is_New = 0) products per month.
  • Ensures all month/product-type combinations exist for consistent comparison.
  • Generates a pivot table and heatmap comparing the average revenues.

πŸ“ Input

A CSV file named product_performance_comparison.csv located at: csv_file

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

Make sure to adjust the path accordingly if running on another system.

πŸ“¦ Requirements

  • pandas
  • matplotlib
  • seaborn

Install with:

pip install pandas matplotlib seaborn

## πŸ”‘ Keywords

("data analysis, pandas, product performance, revenue comparison, new vs old products, heatmap, data visualization, python project, matplotlib, seaborn")

About

The goal of this project is to analyze regional sales data from a CSV file and generate a visual comparison between revenue and profit per region.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages