Advertisement
Guest User

Untitled

a guest
Jul 26th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. data = {
  2. "timestamp": "2013-10-31T12:13:16.892Z"
  3. },{
  4. "timestamp": "2013-10-31T12:14:16.909Z"
  5. },{
  6. "timestamp": "2013-10-31T12:15:17.018Z"
  7. },{
  8. "timestamp": "2013-10-31T12:16:17Z"
  9. },{
  10. "timestamp": "2013-10-31T12:17:16.937Z"
  11. },{
  12. "timestamp": "2013-10-31T12:18:17.036Z"
  13. },{
  14. "timestamp": "2013-10-31T12:19:18.837Z"
  15. }
  16.  
  17. df = pd.DataFrame(
  18. data, columns=["timestamp"]
  19. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement