You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried working on this using a pandera parser but gave up after running into a lot of issues.
Specifically, the parser should be coercing the string HH:MM data to a datetime and if time is >=24:00 it should add a day to the date. The parser is working, but then if we have a time >24 hours it also seems to be having an issue with the Timestamp type for the series and not allowing times > 24 hours 🤔 . I can't seem to figure out what is going on and since the parsers are a new(er) feature of Pandera there isn't a ton of support yet. It might be worth submitting a ticket but don't want to hold up 1.0 for that.
This can be tested with test_coerce_over24hr_times() which is currently skipped.
User Story
As a user with GTFS which spans midnight I'd like to be able to input times>24 hours.
Resolution Ideas
The text was updated successfully, but these errors were encountered: