This project involves a comprehensive analysis of business sales data using Python. It includes data cleaning, trend analysis, regional and product insights, and visual dashboards.
data/: Contains the raw and cleaned Excel data files.analysis/: Python scripts for each analysis task.exports/: Output files such as Excel reports or chart images.
Install required libraries using:
pip install pandas matplotlib openpyxlEach script in the analysis/ folder can be run independently.