[FEA] Series datetime quarter #8676
Labels
feature request
New feature or request
good first issue
Good for newcomers
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
Milestone
For feature engineering tasks, I'd like to be able to determine what quarter of the year a date falls into, like I can in pandas. Pandas implements this by extracting the month and doing a few binary ops on it.
This is also a Spark function, so we may want to implement this in libcudf.
The text was updated successfully, but these errors were encountered: