Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pandas timedelta parser for ISO8601 duration strings #80

Open
JrtPec opened this issue Oct 28, 2020 · 1 comment
Open

Use pandas timedelta parser for ISO8601 duration strings #80

JrtPec opened this issue Oct 28, 2020 · 1 comment

Comments

@JrtPec
Copy link
Contributor

JrtPec commented Oct 28, 2020

Since Pandas 0.23.0, support for parsing of ISO8601 duration strings has been added. So we would no longer need the bespoke parser we've written for this package.

@JrtPec
Copy link
Contributor Author

JrtPec commented Oct 28, 2020

The pandas method is still buggy in pandas 1.1.3 though, but has been fixed 12 days ago in pandas-dev/pandas#37159.
I guess I'll wait until the next version is released before implementing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant