• 카테고리

    질문 & 답변
  • 세부 분야

    데이터 분석

  • 해결 여부

    미해결

profiling 에 관하여

20.05.24 17:26 작성 조회수 180

1

(base) C:\Users\kws>conda install -c conda-forge pandas-profiling

Collecting package metadata (current_repodata.json): done

Solving environment: done

# All requested packages already installed.

import pandas_profiling

pandas_profiling.__version__  입력 후

AttributeError                            Traceback (most recent call last)
<ipython-input-7-aeff57c7108b> in <module>
      1 import pandas_profiling
----> 2 pandas_profiling.__version__

AttributeError: module 'pandas_profiling' has no attribute '__version__

이렇게 나옵니다 어떻게 하나요?
질문을 하려다 비수한 질문이 있길래
uninstall 후 다시 인스톨을 했습니다.

답변 1

답변을 작성해보세요.

0

import pandas_profiling

pandas_profiling?

------------

이렇게 해보시겠어요? 위와 같이 입력했을 때 오류 없이 도움말(docstring)이 나온다면 정상적으로 설치된게 맞습니다.

또 올려주신 오류로 봤을때 uninstall하고 재설치를 했지만 이미 설치가 되어 있어 재설치가 되지 않은 것으로 보여집니다.

 

설치시 발생하는 오류는 대부분 경로와 관련된 문제일 가능성이 높습니다. 

아래 화면의 주피터 노트북 내부에 있는 터미널을 열어서 설치해 보세요.