df.loc[:, ['column name']]
cereal.loc[:, ['type']]
77 rows × 1 columns
df[['column name']]
cereal[['type']]