반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- CES 2O21 참여
- KNeighborsClassifier
- mglearn
- 머신러닝
- CES 2O21 참가
- bccard
- postorder
- web 사진
- 데이터전문기관
- inorder
- paragraph
- broscoding
- Keras
- 웹 용어
- vscode
- html
- web 개발
- discrete_scatter
- 결합전문기관
- cudnn
- classification
- 자료구조
- pycharm
- web
- 재귀함수
- web 용어
- tensorflow
- C언어
- 대이터
- java역사
Archives
- Today
- Total
bro's coding
pandas.drop_duplicates 본문
반응형
data[['역ID','역명','노선명']].drop_duplicates()
#drop_duplicates() : 위 세가지 모두 중복되는 것을 제거해준다
반응형
'[IT] > python.pandas' 카테고리의 다른 글
pandas.get_dummies.ont-hot-incoding (0) | 2020.04.24 |
---|---|
pandas.unstack(벡터로 펼치기(인덱스 두개)) (0) | 2020.04.06 |
pandas.groupby (0) | 2020.04.06 |
pandas. 항목 추가 (0) | 2020.04.06 |
pandas. count (0) | 2020.04.06 |
pandas.코드화 (0) | 2020.04.06 |
pandas.pivot table (0) | 2020.04.06 |
pandas.value_count (0) | 2020.04.06 |
Comments