인프런 커뮤니티 질문&답변
pandas profiling 버전
작성
·
352
답변 1
1
박조은
지식공유자
안녕하세요.
아래 두 가지 방법으로 삭제를 해주시고요.
conda 사용시 : conda uninstall -c conda-forge pandas-profiling
pip 사용시 : pip uninstall pandas-profiling
다시 설치를 해보세요. 또, 최근 버전에서 폰트 설정이 변경되어 2.8.0 버전으로 설치해 보세요.
conda install -c conda-forge pandas-profiling==2.8.0





