python-week-7-assignment

Iris Dataset - Exploratory Data Analysis

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).

Quick Preview

Example scatter plot generated by the script:

Scatter Plot Example

Project Structure

Requirements

Create 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

How to Run

Run the analysis script (prints dataset information and summary to console):

python iris_analysis.py

Generate and save example plots to images/:

python iris_analysis.py --save-figs

Analysis Performed

Insights

License

This project is distributed under the MIT License. See LICENSE.

About the Author


Version 1.0.0 has been released! See the release page for full details.