в серии Pandas Hot, чтобы подсчитать число появлений
>>> df['target'].value_counts()
Courageous Cod
>>> df['target'].value_counts()