Guest User

Untitled

a guest
Dec 11th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. index print_statement timestamp
  2. 0 echo "I AM HAPPY2" 2018-11-12 08:01:00
  3. 1 echo "I AM HAPPY3" 2018-11-12 08:01:00
  4. 2 echo "I AM HAPPY1" 2018-11-12 08:01:00
  5. 3 echo "I AM HAPPY4" 2018-12-12 08:02:00
  6. 4 echo "I AM HAPPY5" 2018-12-13 08:02:00
  7.  
  8. for index, row in df.iterrows():
  9. date_store = row['time_to_expire']
  10. if date_store.to_pydatetime() >= ii:
  11. df_final = row
Add Comment
Please, Sign In to add comment