Skip to content

Support Datetime Feature +/- pd.Timedelta (Issue #629) - #2776

Open
The-Fallen-Phoenix wants to merge 1 commit into
alteryx:mainfrom
The-Fallen-Phoenix:fix/timedelta-datetime-arithmetic
Open

Support Datetime Feature +/- pd.Timedelta (Issue #629)#2776
The-Fallen-Phoenix wants to merge 1 commit into
alteryx:mainfrom
The-Fallen-Phoenix:fix/timedelta-datetime-arithmetic

Conversation

@The-Fallen-Phoenix

Copy link
Copy Markdown
  • Update AddNumericScalar to accept Datetime input types with Timedelta values
  • Update SubtractNumericScalar to accept Datetime input types with Timedelta values
  • Add comprehensive tests for datetime + timedelta and datetime - timedelta operations
  • Both operations now properly validate input types and return datetime results

Fixes #629

Pull Request Description

(replace this text with your description)


After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request.

- Update AddNumericScalar to accept Datetime input types with Timedelta values
- Update SubtractNumericScalar to accept Datetime input types with Timedelta values
- Add comprehensive tests for datetime + timedelta and datetime - timedelta operations
- Both operations now properly validate input types and return datetime results

Fixes alteryx#629
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Datetime Feature +/- pd.Timedelta

2 participants