What object does df['name'] return?
df['name']
A Series containing only the first student
Only the string name
name
A two-dimensional DataFrame
A one-dimensional Series containing the name column