pandas 특정 컬럼 값 갯수 세기

# 긍정/부정 데이터 셋 확인
df.groupby('label').size()