반응형 dataframe loc iloc1 AttributeError: 'DataFrame' object has no attribute 'ix' "파이썬을 이용한 머신러닝, 딥러닝 실전 개발 입문" 이란 도서를 읽으면서 예제를 실행해보는 과정에서 아래와 같이 'DataFrame'에 'ix'가 존재하지 않는다는 에러가 발생했습니다. 조사해본 결과 pandas 공식 문서에서 0.20.0부터 .ix 인덱서는 더 이상 사용되지 않으며 보다 엄격한 .iloc 및 .loc 인덱서 사용을 권고하고 있었습니다. pandas.DataFrame.ix — pandas 0.23.4 documentation A primarily label-location based indexer, with integer position fallback. Warning: Starting in 0.20.0, the .ix indexer is deprecated, in favor of th.. 2023. 3. 7. 이전 1 다음 반응형