[solved] – Question 93482
# Instructions
# Import the Pandas library.
# Use the Pandas function read_csv() to read the file “Auto.csv” into a DataFrame named auto.
# Use the type() and print() functions to display the type of auto to confirm that it’s a DataFrame object.
Expert Answer
OR

