Ustaw kolumnę jako zestaw danych kategorii
df['Geography'] = df['Geography'].astype('category')
Xanthous Xenomorph
df['Geography'] = df['Geography'].astype('category')