[FEA] Supporting timedelta64
dtypes for ceil/floor operations
#9561
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
Is your feature request related to a problem? Please describe.
This issue is created as a follow-up to #9571 and #9554 where we add support for ceil/floor operations for
datetime64[ns]
data type. In this case, we would like additional support fortimedelta64[ns]
types as well.Describe the solution you'd like
Output:
Additional context
Similar to how pandas supports it
The text was updated successfully, but these errors were encountered: