[pandas] 특정 컬럼의 유일값 찾기 df.컬럼명.unique()

 - df.컬럼명.nunique() : 컬럼명의 유일값 갯수 출력

 - df.컬럼명.unique() : 컬럼명의 유일값을 모두 출력