Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on July 27, 2023 10:42AM
Likes: 0
Replies: 3
I have a date 2023-04-13 and I want fetch the no. of week the date has like its 13th of april so week no is
15 of a year. How this can be done in dataiku?
It depends on where you need this to be calculated. Is this for a Prepare recipe, Python recipe, Jupyter Notebook, Scenario, etc?
In prepare recipe
Use a Formula with DatePart and ‘weekOfYear’ or ‘isoWeekOfYear’:
https://doc.dataiku.com/dss/latest/formula/index.html#date-functions