In this assignment, you will be performing analysis more specifically on transport (vehicles and fuel efficiency).
The dataset has been provided for you.
You are tasked to make sense of this data that will later be used for AI purposes.
For this assignment, you will use the matplotlib library and seaborn to create diagrams that visualize the relationship between various features (columns) and interpret the diagrams. The steps include:
- Accessing the starter notebook hereLinks to an external site. and data hereLinks to an external site.. Download and upload to your own drive.
- Import the necessary libraries
- import the data
- Create the plots
Correctly interpret the diagrams Submit the PNG files and source code file (notebook). https://colab.research.google.com/drive/1UPkf6psCzFEQEwxrUjeKiivPMKud4eBI#scrollTo=k4lIkgCesElF
<script src="https://gist.github.com/Freedisch/3e7760e8a43df97ef767def94f8a1bab.js"></script>