-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW] Add nanosecond
& microsecond
to DatetimeProperties
#11911
Conversation
Co-authored-by: David Wendt <[email protected]>
Co-authored-by: David Wendt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for accommodating the changes, @galipremsagar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some concerns about correctness / pandas alignment.
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
Co-authored-by: Bradley Dice <[email protected]>
nanosecond
, microsecond
& millisecond
to DatetimeProperties
nanosecond
& microsecond
to DatetimeProperties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving after we resolve one dtype issue: #11911 (comment)
@gpucibot merge |
Description
This PR:
extract_milli_second
,extract_micro_second
andextract_nano_second
in libcudf.nanosecond
andmicrosecond
inDatetimeProperties
&DatetimeIndex
.Checklist