@rhkim79
수강평 작성수
28
평균평점
4.9
질문&답변
to_timedelta 에러에 관련해서 질문드립니다.
전 이렇게 했습니다for col in df.columns[1:]: df[col] = pd.to_timedelta(df[col], errors='coerce').astype('m8[s]').astype(np.int64)