설치 확인이 필요할거 같습니다.
아래의 코드를 실행했을 때 설치 정보가 나오는지 확인을 해주세요.
!pip show pandas_profiling
그리고 import 가 되었다면
아래 코드를 실행했을 때 pandas_profiling 모듈에 대한 정보가 뜹니다.
pandas_profiling?
설치 확인이 안 된다면, 아래의 명령어로 삭제하시고 최신버전으로 재설치를 해주시는게 좋을거 같아요.
또, 아래 설치는 주피터 노트북이 아닌 콘다프롬프트에서 해주세요.
또, conda 로 설치했는데 동작하지 않는다면 pip로 다시 설치해 보세요.
[삭제]
conda 사용시 : conda uninstall -c conda-forge pandas-profiling
pip 사용시 : pip uninstall pandas-profiling
[설치]
conda 사용시: conda install -c conda-forge pandas-profiling
pip 사용시: pip install pandas-profiling