Skip to content

pavank025k/iris-eda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌸 Iris EDA

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.

Open in Colab


πŸ“Š Features

  • 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

πŸš€ Run This Notebook

πŸ”— Option 1: Open in Google Colab

πŸ’» Option 2: Clone and run locally

git clone https://github.com/pavank025k/iris-eda.git
cd iris-eda
jupyter notebook iris_eda.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors