Project Merged
Project Merged
NAME REG.NO
GOKUL A B 110323104031
JAGADEESH P S 110323104043
CHANDRU J 110323104015
The goal of this project is to analyze monthly sales data for three product categories
making.
3. Data Description
A synthetic dataset was created to simulate monthly sales data. The dataset
includes:
4. Analysis Performed
Basic statistics were calculated, including mean, minimum, and maximum sales for
each category, and total monthly sales calculated by summing all categories.
5. Visualizations
A line chart shows the sales trends for each category across the year, highlighting
A bar chart visualizes the total sales per month, identifying high and low revenue
months.
A pie chart illustrates the proportion of total annual sales contributed by each
6. Insights
7. Conclusion
This project demonstrates how data analysis and visualization can provide
improve profitability.
Program :
# Import Libraries
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt