This repository contains a Jupyter Notebook that performs Exploratory Data Analysis (EDA) on a given dataset as part of a data science workflow. The analysis involves understanding data structure, identifying patterns, cleaning data, and extracting useful insights.
EDA_DS.ipynb: Main notebook containing the step-by-step EDA process.README.md: Project overview and usage instructions.
The notebook includes:
- ✅ Data Loading
- 📊 Data Visualization
- 📈 Univariate and Bivariate Analysis
- 🧼 Missing Value Treatment
- 💡 Insights and Summary
- Python 3
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Jupyter Notebook
- Clone this repository:
git clone https://github.com/varshh-ds/EDA_project.git