This project demonstrates basic data loading and visualization techniques using the classic Iris flower dataset.
- Source: Seaborn GitHub
- Features:
sepal_length,sepal_width,petal_length,petal_width,species
- Python
- Pandas
- Matplotlib
- Seaborn
- Histograms of all features
- Pairplots for multi-dimensional comparison
- Violin plots for species-wise distributions
- Correlation heatmaps
- 3D scatter plots
download the jupiter notebook and run each cell