This project performs Exploratory Data Analysis (EDA) on the classic Iris dataset using Python, pandas, and matplotlib. The goal is to understand the data structure, calculate basic statistics, and visualize feature distributions using histograms.
- Load dataset from URL
- Display head of the dataset
- Summary statistics using
.describe(),.mean(),.median(),.std() - Histograms for all numeric features using
matplotlib - Easy to extend for machine learning
π Option 1: Open in Google Colab
git clone https://github.com/pavank025k/iris-eda.git
cd iris-eda
jupyter notebook iris_eda.ipynb