This project performs a complete data analysis and visualization of the classic Iris dataset using Python, Pandas, Matplotlib, and Seaborn.
- Loads and inspects the Iris dataset
- Handles missing values (if any)
- Computes basic statistics
- Groups data by species and analyzes numerical features
- Visualizes data with:
- Line Chart
- Bar Chart
- Histogram
- Scatter Plot
iris_analysis.py
: Main Python script that performs the analysisREADME.md
: This file with instructions
git clone https://github.com/your-username/iris-analysis.git
cd iris-analysis