소개
소개글이 비어있어요
게시글
질문&답변
2021.12.21
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
- 154
질문&답변
2021.12.15
None of ['구'] are in the columns
감사합니다!
- 1
- 2
- 374