这是indexloc提供的服务,不要输入任何密码
Skip to content

This Project performs **Exploratory Data Analysis (EDA)** on the classic **Iris dataset** using only two libraries: - `pandas` for data handling & statistics - `matplotlib` for all visualizations

Notifications You must be signed in to change notification settings

abd-RAHEEM/Colab-Conquer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

📊 Iris Dataset EDA using Pandas & Matplotlib

Open In Colab

This notebook performs Exploratory Data Analysis (EDA) on the classic Iris dataset using only two libraries:

  • pandas for data handling & statistics
  • matplotlib for all visualizations

🗂 Dataset

Source: Iris Dataset CSV

It contains:

  • Sepal length & width
  • Petal length & width
  • Species (Setosa, Versicolor, Virginica)

✅ Features Used

📌 Pandas (Statistics):

  • .mean(), .median(), .mode()
  • .min(), .max(), .std(), .var()
  • .skew(), .kurt(), .sum(), .count()
  • .describe(), .corr(), .cov()

📌 Matplotlib (Visuals):

  • Line plots
  • Scatter plots
  • Error bars
  • Histograms & Binning
  • Density plot
  • 2D Contour plot
  • Multiple subplots
  • 3D plot

📷 Sample Outputs

  • 📈 Sepal & petal measurements over samples
  • 🔵 Scatter plots between features
  • 🧭 Contour plots with synthetic functions
  • 🧊 3D plot showing Sepal & Petal relationships

⚙️ Requirements

pip install pandas matplotlib

About

This Project performs **Exploratory Data Analysis (EDA)** on the classic **Iris dataset** using only two libraries: - `pandas` for data handling & statistics - `matplotlib` for all visualizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published