mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-19 11:22:06 +08:00
In days_at_time, use a Timedelta instead of a DateOffset. We were previously using DateOffset to work around a pandas 16 bug even though it raises a PerformanceWarning. Now that we're on pandas 18, we can use the much simpler Timedelta construction.