Skip to content

HopeFlynn/data-visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒธ Iris Dataset Analysis and Visualization

This project demonstrates a complete exploratory data analysis (EDA) workflow on the Iris dataset using Python. It includes loading the dataset, basic statistics, grouped insights by species, and a variety of visualizations such as line charts, bar plots, histograms, and scatter plots.


๐Ÿ“ฆ Features

  • Load and explore the Iris dataset using scikit-learn
  • Perform data cleaning and transformation with pandas
  • Generate summary statistics for each feature
  • Group data by species and compute averages
  • Create beautiful visualizations using matplotlib and seaborn

๐Ÿ› ๏ธ Tools and Libraries

  • Python 3.x
  • pandas
  • numpy
  • seaborn
  • matplotlib
  • scikit-learn

๐Ÿš€ How to Run

  1. Clone this repository or download the .py file.

  2. Install dependencies:

    pip install pandas numpy matplotlib seaborn scikit-learn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages