You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - I am getting the error, "TypeError: cannot subtract DatetimeArray from ndarray" from the code step below. Is this error severe, and if so, what is the fix?
Hi - I am getting the error, "TypeError: cannot subtract DatetimeArray from ndarray" from the code step below. Is this error severe, and if so, what is the fix?
df['delay']=(df['clear_date']-df['due_in_date']).dt.days
The text was updated successfully, but these errors were encountered: