An open API service indexing awesome lists of open source software.

https://github.com/busra-deveci/kaggle-iris_data_analysis

Exploratory data analysis and visualization of the Iris dataset using Python.
https://github.com/busra-deveci/kaggle-iris_data_analysis

data-analysis iris-dataset kaggle pandas python seaborn visualization

Last synced: about 2 months ago
JSON representation

Exploratory data analysis and visualization of the Iris dataset using Python.

Awesome Lists containing this project

README

          

# Iris Data Analysis

This project is a simple data analysis and visualization of the famous Iris dataset using Python.

## 📊 Dataset
- The dataset contains measurements of iris flowers from three different species: Setosa, Versicolor, and Virginica.
- Features include sepal length, sepal width, petal length, and petal width.

## 🧰 Tools & Libraries
- Python
- Pandas
- Matplotlib
- Seaborn

## 📈 What I Did
- Data cleaning and exploration
- Visualized feature distributions
- Created correlation heatmaps
- Analyzed relationships between features and target classes

## 🚀 Getting Started
To run this notebook:
1. Clone the repository
2. Install required libraries
3. Open the `.ipynb` file in Jupyter or VS Code

## 📁 File Structure
- `Iris_Data_Analysis.ipynb`: Jupyter notebook with all code and visualizations

## 📌 Notes
This project is part of my data science learning journey using Kaggle notebooks and GitHub.