You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While exploring our current datetime functionality in libcudf, I noticed that we have a libcudf implementation for day_of_year that isn't accessible in cuDF Python (and last_day_of_month, which I'll file separately for dt.is_month_end). We should plumb this up to Python and make it accessible through the Series.dt accessor.
While exploring our current datetime functionality in libcudf, I noticed that we have a libcudf implementation for
day_of_year
that isn't accessible in cuDF Python (andlast_day_of_month
, which I'll file separately fordt.is_month_end
). We should plumb this up to Python and make it accessible through theSeries.dt
accessor.cudf/cpp/include/cudf/datetime.hpp
Lines 156 to 158 in e6a0fe3
The text was updated successfully, but these errors were encountered: