기술 성공, 실패 기록소

dataframe drop 본문

프로그래밍언어/python

dataframe drop

sunlab 2021. 5. 14. 23:24
728x90

https://stml.tistory.com/26

 

[pandas] drop - row나 column을 삭제하기

drop 메서드를 이용하면 선택한 값이 삭제된 새로운 객체를 얻을 수 있음. DataFrame에서는 row와 column 두가지 모두 삭제 가능.

stml.tistory.com

 

'프로그래밍언어 > python' 카테고리의 다른 글

pandas Dataframe inplace 옵션 예제  (0) 2021.05.15
dataframe values  (0) 2021.05.14
super()  (0) 2021.03.27
python dataframe indexing  (0) 2021.03.27
python matrix slicing  (0) 2021.03.25