Sales dataset analysis: EDA, cleaning, product & region insights, and an exportable Excel report.
Python, Pandas, Seaborn, Matplotlib, Jupyter Notebook
git clone https://github.com/Neeraj-Chaurasiya/sales-analysis.gitpython -m venv venv && source venv/bin/activate# Windows:venv\Scripts\activatepip install -r requirements.txtjupyter lab→ openanalysis.ipynb
analysis.ipynb— notebook with step-by-step EDA & visualsdata/— small sample datasetimages/— screenshots of charts
- Total revenue: ₹424000.0
- Top product by revenue: Laptop
- Region with highest sales: East
MIT · [email protected]

