inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

216188님의 게시글

216188 216188

@2161887543

수강평 작성수
2
평균평점
5.0

게시글 2

질문&답변

Type Error

안녕하세요 ! pip install pandas_profiling== 2.8.0 를 한 후 import numpy as np import pandas as pd df = pd.DataFrame(np.random.rand(100, 5), columns=["a", "b", "c", "d", "e"]) from pandas_profiling import ProfileReport profile = ProfileReport(df, title="Pandas Profiling Report") profile 실행했더니 이렇게 나왔고 OSError가 떴어요ㅜㅜ

좋아요수
1
댓글수
2
조회수
207