-
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.
To install pandas run:
pip install pandas
To install matplotlib:
pip install matplotlib
python name_of_project.py