https://seong6496.tistory.com/234?category=903876
[Pandas] replace로 값 변경하기
데이터 분석을 할 때 특정한 값만 변경하고 싶을 때가 있습니다. 그런 경우 replace를 이용해 값을 변경할 수 있습니다. replace는 값에 초점을 맞췄기 때문에 한글이나 word에 있는 찾아바꾸기 기능
seong6496.tistory.com
https://jimmy-ai.tistory.com/245
[Pandas] 파이썬 데이터프레임 값 변경/대체 방법 정리
파이썬 판다스 값 바꾸기, 수정 방법 예제 Pandas 라이브러리의 데이터프레임에서 원하는 부분의 값을 변경, 대체하는 여러 가지 방법들을 정리해보도록 하겠습니다. 이해를 돕기 위하여, 아래의
jimmy-ai.tistory.com
'파이썬. 데이터분석 > Pandas' 카테고리의 다른 글
Pandas DataFrame : duplicated, drop_duplicates 중복제거 (0) | 2022.06.21 |
---|---|
Pandas DataFrame : replace (0) | 2022.06.20 |
Pandas DataFrame : reset_index (0) | 2022.06.19 |
Pandas DataFrame : set_index (0) | 2022.06.19 |
Pandas DataFrame : Index 갖고놀기 (0) | 2022.06.19 |