728x90
pd.Series.unique()
- Series의 유일한 값을 return 하는 함수이다.
- pd.Series.unique() 는 np.ndarray를 반환한다.
Example
1) Dataframe 만들기
2)각 Series에 unique() 함수 적용해보기
728x90
'SW > Python' 카테고리의 다른 글
[Python] 여러개의 사진 일괄 사이즈 변경하기 glob() (0) | 2020.09.13 |
---|---|
[Python] 변수 타입 확인하기 type() (0) | 2020.07.13 |
[Pandas] 문자열 timestamp로 변경하기 pd.to_datetime() (0) | 2020.07.06 |
[Pandas] 카테고리 값 세기 value_counts() (0) | 2020.07.03 |
댓글