We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
imho It would be a great feature if parsing of strings for timedeltas/periods were possible.
e.g.
maya.parse_interval('1d 10min') maya.parse_interval('daily') maya.parse_interval('weekly') maya.parse_interval('biannually') maya.parse_interval('every 2 days')
At least the first is possible with pandas.Timedelta.
The text was updated successfully, but these errors were encountered:
Indeed! Pull Request welcome :)
Sorry, something went wrong.
This Issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
No branches or pull requests
imho It would be a great feature if parsing of strings for timedeltas/periods were possible.
e.g.
At least the first is possible with pandas.Timedelta.
The text was updated successfully, but these errors were encountered: