Skip to content

A tool used to analyze and visualize parcel delivery issues from a CSV dataset using Matplot and Pandas.

Notifications You must be signed in to change notification settings

LewieJ08/parcel_issue_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ Parcel Issue Tracker (Data Visualisation with Pandas & Matplotlib)

This Python project uses Pandas and Matplotlib to analyze and visualize parcel delivery issues from a CSV dataset. It lets users interactively filter data and display graphs to understand patterns in parcel problems and solutions.

πŸ”§ Features

  • Filter issues by issue_type and show a pie chart of how common it is across the whole dataset.
  • View a bar or line chart of the total number of parcels for a chosen issue type.
  • See how different solution_types (e.g., manual fix, simple fix) relate to specific issues.
  • Plot how issues are spread across different locations.
  • Clean user interface via command-line prompts.

πŸ“Š Graph Types Used

  • Pie Chart – Proportion of a specific issue type in the dataset.
  • Bar Chart – Compare totals for solution types or locations.
  • Line Chart – Visualise totals over categories like solution type (user can choose line or bar).

πŸ—‚οΈ Technologies

  • Python 3
  • Pandas
  • Matplotlib

About

A tool used to analyze and visualize parcel delivery issues from a CSV dataset using Matplot and Pandas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages