https://ponyozzang.tistory.com/687
Python Dataframe 조건 검색 where 사용 방법
Dataframe에 저장한 데이터중 특정 값만 출력하고 싶은 경우가 있습니다. 이러한 경우에는 where() 사용해 조건과 일치하는 데이터 행만 출력할 수 있습니다. where where은 Dataframe 원하는 컬럼에 조건
ponyozzang.tistory.com
https://harryp.tistory.com/868
[Python] 파이썬 Pandas 데이터 구조. Series, DataFrame
안녕하세요. 이번 포스팅에서는 파이썬의 대표적인 데이터 분석 모듈인 Pandas (판다스) 에 대해 알아보도록 하겠습니다. 1. Pandas (판다스) 판다스는 고수준의 자료 구조와 빠르고 쉬운 데이터 분
harryp.tistory.com