table = pd.read_csv("my_data.csv") table.loc[:,"column_name"] # The first arg (:) means from first row to last row