pandas_profiling [Error] cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic' 버젼 상이 conda로 지우고 재 설치 <삭제> <설치> 이후 쥬피터노트북에서 설치확인 Pandas v1.3 은 ABCIndexClass 에서 ABCIndex으로 이름이 변경됨. pandas를 1.2.x series로 Downgrading 한다.... ABCIndexClasspandaspandas_profilingABCIndexClass No module named 'pandas_profiling’ env01이라는 내가 만든 conda 가상환경에서 pip install pandas-profiling 명령어로 pandas-profiling으로 설치 후 jupyter notebook에서 pandas_profiling 을 import 하였지만 다음과 같은 에러가 발생하였다. env01은 python 3.6 버전이었다. 아무리 삭제하고 재설치를 해도 되지 않아 깔끔하게 새로운 가상환경을 만들어... pandas_profilingpandaspandas
[Error] cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic' 버젼 상이 conda로 지우고 재 설치 <삭제> <설치> 이후 쥬피터노트북에서 설치확인 Pandas v1.3 은 ABCIndexClass 에서 ABCIndex으로 이름이 변경됨. pandas를 1.2.x series로 Downgrading 한다.... ABCIndexClasspandaspandas_profilingABCIndexClass No module named 'pandas_profiling’ env01이라는 내가 만든 conda 가상환경에서 pip install pandas-profiling 명령어로 pandas-profiling으로 설치 후 jupyter notebook에서 pandas_profiling 을 import 하였지만 다음과 같은 에러가 발생하였다. env01은 python 3.6 버전이었다. 아무리 삭제하고 재설치를 해도 되지 않아 깔끔하게 새로운 가상환경을 만들어... pandas_profilingpandaspandas