clumper
clumper copied to clipboard
Datetime rounding
Currently supporting "second", "minute", "hour", "days", "month"
. It's in the plan to add year
but it becomes complicated as timedelta
doesn't allow months
as parameter. I suppose they didn't wanted to support it as days per month can vary.
Addresses #82