Analyze sales data from a CSV file using Pandas to extract basic insights and visualize them with charts.
- Python
- Pandas
- Matplotlib
- VS Code
Task5-Data-Analysis/
├── sales.csv
├── task5_analysis.py
├── requirements.txt
└── README.md
- Clone the repository
git clone <repo-link> cd Task5-Data-Analysis
- Install dependencies
pip install -r requirements.txt
- Run the script
python task5_analysis.py