[Python] has no attribute 'compat' (most likely due to a circular import) 오류
반응형
partially initialized module 'pandas' has no attribute 'compat' (most likely due to a circular import)
위와 같은 오류가 발생하였다.
conda upgrade --all -y
콘다 업그레이드로 해결하였다. :)
728x90
'Python' 카테고리의 다른 글
[Python] 리스트 정렬하기 :: sort / sorted (0) | 2021.02.10 |
---|---|
[Python] 영문 > 한글 키보드 입력 변환하기 :: 자모결합 / 자소결합 (0) | 2021.01.29 |
[Python] for문(반복문) 진행상황 표시 :: tqdm / tqdm_notebook (0) | 2021.01.28 |
pd.read_table 예제 (0) | 2020.03.31 |
[Python] 위경도 거리 구하기 :: haversine (1) | 2020.01.28 |
Comments