maya
maya copied to clipboard
parsing for intervals
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.
Indeed! Pull Request welcome :)
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