Guest User

Untitled

a guest
Jan 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. df.timeStamp = df.timeStamp.to_datetime
  2.  
  3. AttributeError: 'Series' object has no attribute 'to_datetime'
  4.  
  5. pd.to_datetime(df.timeStamp)
Add Comment
Please, Sign In to add comment