arundo/adtk

Support time delta as str in `expand_events`

Closed this issue · 1 comments

Function expand_events currently only support time delta as pandas.Timedelta object. It may be difficult to some users who are not advanced in pandas. It would be better if it supports str like "1d", "5min", etc.

Done in #39