GFREQUENCE IN PANDAS IN PANDAS

count = df['A'].value_counts()
#A is the column name 
Sad Santa