Skip to content

Program reads in csv file, makes calculations on the data and visualises it using matplotlib and pandas

Notifications You must be signed in to change notification settings

rosa03/CFG-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CFG-Project

Basic data analysis using Python

Program is able to:
• Read the data from the CSV file
• Collect all sales from each month and output a single list
• Calculate the total sales across all months
• Calculate monthly changes as a percentage
• Calculate the average
• Output the months with the highest and lowest sales
• Use matplotlib and pandas to visualise the data as a line graph with max and min points emphasised (showing changes in sales) and a bar chart seperating increase and decrease by colour (showing monthly changes)

About

Program reads in csv file, makes calculations on the data and visualises it using matplotlib and pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages