Quiz: pandas Series

Quiz yourself on Series.

We'll cover the following...
Technical Quiz
1.

What is the correct syntax to create a pandas Series from a Python list?

A.

pd.createSeries(list)

B.

pd.Series(list)

C.

pd.getSeries(list)


1 / 4