4 Answer
After importing the Pandas library, which option correctly shows the next step to use the library to read a file named "dogBreeds.csv"?
A. Create a variable using dogBreeds = 'dogBreeds.csv'
B. df-pandas.read_csv(dogBreeds)
C. Create a variable using "dogBreeds.csv = 'dogBreeds
D. df-pandas.read_csv(dogBreeds)
the exam.