Skip to content

Analysing and visualising data from a CSV file containing car listings for Volkswagen cars in the UK using pandas and matplotlib

Notifications You must be signed in to change notification settings

edfvr/vw-car-listings-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysing data from a CSV file on Volkswagen listings with Python

Description

  • data_analysis.py shows the most expensive VW car, finds th average price for VW Golfs and also shows the average mileage for VW Polos registered in 2020.

  • bar_chart.py shows the average mileage for each VW model in a bar chart.

  • pie_chart.py shows the distribution between fuel types in a pie chart.

Pandas and Matplotlib Installation

To install pandas run:

pip install pandas

To install matplotlib:

pip install matplotlib

Execution

python name_of_project.py


Learning with Couch to Coder

About

Analysing and visualising data from a CSV file containing car listings for Volkswagen cars in the UK using pandas and matplotlib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages