Панды получают атрибут объекта
from operator import itemgetter
df['location'].apply(itemgetter('country'))
Annoyed Antelope
from operator import itemgetter
df['location'].apply(itemgetter('country'))