반응형
dict을 굳이 굳이 pd.DataFrame.from_dict을 이용해 DataFrame으로 바꾸려다가 난 에러
리스트에 들어있는 dict들을 (예를 들어 [{.. } , {..} ,..... ]) 하나씩 뽑아서 DataFrame으로 바꾸고 컨캣했는데
그냥 리스트 자체를 pd.DataFrame으로 씌우고 변환하니 해결
반응형
'관심있는 주제 > Error' 카테고리의 다른 글
ModuleNotFoundError: No module named 'torch_scatter' (0) | 2022.01.06 |
---|---|
conda activate 오류 (0) | 2020.07.20 |
ValueError: Error when checking input: expected lstm_input to have 3 dimensions, but got array with shape (212, 6) (0) | 2020.04.02 |
ValueError: Found array with dim 4. MinMaxScaler expected <= 2. (0) | 2020.04.02 |
TypeError: 'bool' object is not iterable (0) | 2019.07.26 |