Select just the cups column, as a Series

pandas · from What a DataFrame actually is

df.indexdf.columnsdf.dtypesdf.shapedf["col"]df[["a", "b"]]

Putting the kettle on…

Starting up…

Exercise 1

Select just the cups column, as a Series.

your answer
stuck? the lesson behind it
What a DataFrame actually is
Index, columns, values, dtypes — the four parts every later method moves around.