преобразовать в тип данных категории
df = df['col_name'].astype('category')
Fancy Falcon
df = df['col_name'].astype('category')