inflearn logo
Course

Course

Instructor

216188's Posts

216188 216188

@2161887543

Reviews Written
2
Average Rating
5.0

Posts 2

Q&A

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가 떴어요ㅜㅜ

Likes
1
Comments
2
Viewcount
211