Python Forum
I need Help with my code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need Help with my code
#1
Hello guys, i need help.
im tryng to "filter" my Excel Sheet using the time. i have a time collumn with hh:mm:ss and i want to delete all the row that are not in the time between 8:00:00 and 8:20:00

Pls let me know!
Reply
#2
lease show what you have tried so far
Reply
#3
What are you using to read the spreadsheet? What format is the spreadsheet in your program (pandas dataframe?).
Dates and times are challenging in virtually all languages. Once your times are in your program, are they datetimes, strings, or some other format?
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020