This repository contains a small exploratory analysis of the classic Iris dataset using Python, pandas, matplotlib, and seaborn.
The project focuses on a reproducible, script-based workflow (no Jupyter required).
Example scatter plot generated by the script:

iris_analysis.py → Python script: load dataset, run basic analysis and (optionally) export plotsiris_analysis.ipynb → Colab notebook with interactive exploration and visualizationsimages/ → Sample visualization images (committed for preview)requirements.txt → Python dependenciesREADME.md → Project documentationCreate a virtual environment and install dependencies:
python -m venv venv
# Windows PowerShell
venv\Scripts\Activate.ps1
# Linux / macOS
# source venv/bin/activate
pip install -r requirements.txt
python iris_analysis.py
images/:python iris_analysis.py --save-figs
df.describe())This project is distributed under the MIT License. See LICENSE.
Version 1.0.0 has been released! See the release page for full details.