py:1: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
https://blog.naver.com/PostView.nhn?blogId=wideeyed&logNo=221817400937
이거 입력해주면 알람꺼짐
pd.set_option('mode.chained_assignment', None)
'파이썬. 데이터분석 > Pandas' 카테고리의 다른 글
datetime 날짜형으로 변환 pd.to_datetime, pd.to_timedelta (1) | 2024.09.28 |
---|---|
[정리] Pandas 전처리 기본 (1) | 2024.09.28 |
numeric, categorical 나누는 순환문 코드 (0) | 2024.09.21 |
컬럼 값에 따라 조건 변경 if문 없이 (1) | 2024.09.16 |
type과 dtype 차이 (0) | 2024.07.30 |