Skip to content

Fitzsimmons-cell/Python-Wk-7-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Data Analysis Assignment β€” Iris Dataset

🎯 Objective

This project demonstrates how to:

  • Load and explore a dataset using pandas.
  • Perform basic data analysis and compute summary statistics.
  • Visualize data with matplotlib and seaborn.
  • Handle missing data (if any) and ensure dataset cleanliness.
  • Export results to an Excel file with multiple sheets.

πŸ“‚ Files in This Project

  • analysis.py / analysis.ipynb β†’ Main script or notebook containing the code.
  • iris_analysis.xlsx β†’ Exported results (includes raw data, summary statistics, and class distribution).
  • README.md β†’ This documentation file.

πŸ› οΈ Requirements

Install the following Python libraries before running the project:

pip install pandas numpy matplotlib seaborn scikit-learn openpyxl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published