Python Forum

Full Version: I need Help with my code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
lease show what you have tried so far
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?