질문&답변
to_timedelta 에러에 관련해서 질문드립니다.
전 이렇게 했습니다 for col in df.columns[1:]: df[col] = pd.to_timedelta(df[col], errors='coerce').astype('m8[s]').astype(np.int64)
- 좋아요수
- 0
- 댓글수
- 2
- 조회수
- 557
질문&답변
전 이렇게 했습니다 for col in df.columns[1:]: df[col] = pd.to_timedelta(df[col], errors='coerce').astype('m8[s]').astype(np.int64)