-
Error `import pandas_profiling` is going to be deprecated by April 1st. Please use `import ydata_profiling` instead.DEV/python 2023. 12. 18. 17:30
pandas-profiling이 더 이상 사용되지 않음, ydata로 대체되어야함을 의미
터미널에서 ydata_profiling 을 설치,
pip install ydata_profiling
pandas-profiling 대신 ydata-profiling을 사용.
import ydata_profiling
'DEV > python' 카테고리의 다른 글
Conda CondaError: Run 'conda init' (Windows) (0) 2024.04.28 Error py-hanspell KeyError 에러 코드와 해결 방법 (1) 2023.12.20 M1/M2 Silicon Mac conda KoNLPy lxml 다운로드 에러 (0) 2023.12.18 Anaconda Jupyter Notebook 아나콘다 가상환경에서 설치 및 실행방법 (0) 2023.12.18 Anaconda 가상환경 만들기, 가상환경 접속, 리스트 확인하기, 패키지 다운로드/제거 (M1/M2 맥, arm silicon mac) (0) 2023.12.18