How to extract an entire column from a Pandas dataframe?

We can select an entire column using the [ ] operator.

Example