-
data_analysis.pyshows 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.pyshows the average mileage for each VW model in a bar chart. -
pie_chart.pyshows the distribution between fuel types in a pie chart.
To install pandas run:
pip install pandas
To install matplotlib:
pip install matplotlib
python name_of_project.py