[FEA] Series datetime ceil #8682
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
Milestone
As a complement to
Series.dt.floor
(#7102), I'd like to be able to use callceil
to round the frequency level of the data to a specified frequency (noting thatceil
implies "rounding up" to the desired frequency, whilefloor
implies rounding down).Based on comments in #7102 , this might require libcudf support.
The text was updated successfully, but these errors were encountered: