Get column from pandas DataFrame

Extract the column with label 'CEO' from the companies DataFrame and assign it to a variable called col.
Python
Setting up Python environment...
Output