Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # NaTType does not support utcoffset nan 확인 ```python row = df.iloc[1] date = row['날짜'] date = pd.to_datetime(date) close = row['종가'] if pd.isna(date) or pd.isna(close): continue ``` open/nattype-does-not-support-utcoffset.txt Last modified: 2024/10/05 06:15by 127.0.0.1