Quiz: Python Basics for Time Series

Check your understanding of "Python Basics for Time Series."

1

What is the right way to read a CSV file as a pandas DataFrame?

A)

df = csv.read_frompandas('data.csv')

B)

df = pd.read_csv('data.csv')

C)

df = data.csv.toPandas()

Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.