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'm currently looking for a parser that handles incomplete dates as using pandas non-public API method parsing.parse_datetime_string_with_reso is not very future proof. It does the job but we're getting bitten by various deprecations over time.
Would be super nice if undate supported parsing, I haven't yet found a good parser, let me know if you know of one.
In general, it'd be cool if you could show a 101 usage prominently in the README to show what the library actually does - it took going to the tests to figure it out for me.