Python Program

Attachment: imports-85-wheader.csv

Attached file is a .csv dataset of 205 imported automobiles (source, From 1985 Ward’s Automotive Yearbook, https://archive.ics.uci.edu/ml/datasets/automobile).

Develop a Python program to read this file and answer these questions in your program:

How many ‘bmw’ samples does the dataset have? Note: Search in ‘make’ variable

What is the average engine size of Honda ?

What is the make (dodge, bmw, audi, etc.) of most expensive car?

This question has been answered.

Get Answer