오랜만에 pandas를 다루다가 만난 에러인 AttributeError: 'DataFrame' object has no attribute 'prifile_report'
!
나는 현재 colab에서 작업중인데 colab에 설치되어 있는 pandas-profiling의 버전이 낮아서 발생하는 에러이다.
!pip install -U pandas-profiling
위의 코드를 실행시키면 코랩에 설치되어 있는 pandas-profiling의 버전을 업그레이드 해준다. 업데이트를 해준 다음에는 Ctrl+M
을 눌러 런타임을 재시작해주면 정상적으로 실행된다 😁