...

/

Quiz: Python Basics for Time Series

Quiz: Python Basics for Time Series

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

We'll cover the following...
Technical Quiz
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()


1 / 5
...