EDA를 코드 한줄로!
pip install -U pandas-profiling
-U 옵션 : 해당 패키지를 최신 버전으로 업그레이드
import pandas_profiling as pp
'Programming > Python' 카테고리의 다른 글
Jupyter Notebook 가상환경 연결 (0) | 2022.06.09 |
---|---|
[Anaconda] conda -c 옵션과 conda-forge (0) | 2022.05.24 |
[Python] dictionary 자료형 get (0) | 2022.04.30 |
[Python] os.listdir os.walk (0) | 2022.04.30 |
[Python] sorted (0) | 2022.04.27 |