Data Analysis 1. Vehicle Dataset Resources Student Workbook Vehicle Dataset If you are having problems please refer to this document: Data Analysis with Python Pandas Notebook Instructions Import all the libraries listed in the first cell. Make sure all modules are installed. Use the provided data set to answer the following: Use pandas to come up with: 3. The titles and prices of 10 Cars with highest price 4. The titles and prices of 5 Buses & Microbuses with highest price 5. The titles and prices of 5 Trucks & Trailers with highest price Plotting Use matplotlib to come up with a plot indicating the top 10 brands that we have in the vehicle_dataset Key performance Metrics: • Ensure all the plots have a Title • Ensure all plots have x labels and y labels where applicable • Your plots should be clearly visible. Change the size of your plot to a comfortable width and height
Document