Skip to content

Feisaladen/Data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Data analysis & Visualization

This project demonstrates how to load, analyze, and visualize the famous Iris dataset using Python, Pandas, and Matplotlib.
The Iris dataset is one of the most popular datasets in machine learning, containing measurements of iris flowers across three species: Setosa, Versicolor, and Virginica.


πŸ“Œ Features

  • Load the Iris dataset directly from scikit-learn.
  • Perform quick data exploration with:
    • Dataset head preview
    • Info (column types, non-null counts)
    • Statistical summary
    • Class distribution
  • Visualize the dataset with:
    • πŸ“Š Histogram β†’ Distribution of petal lengths
    • πŸ”΅ Scatter Plot β†’ Sepal length vs. sepal width (colored by species)
    • 🟧 Bar Chart β†’ Average petal length per species
    • 🟒 Line Chart β†’ Petal length trend for the first 50 samples

πŸ› οΈ Requirements

Make sure you have the following installed:

  • Python 3.8+
  • Pandas
  • Matplotlib
  • scikit-learn

You can install dependencies with:

pip install pandas matplotlib scikit-learn
python iris_analysis.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published