weekNumber support ?
Is your feature request related to a problem? Please describe. Would it be possible to get the support of the weekNumber function in Datetime
Describe the solution you'd like For a given date, it should return the number of the week in the year, from 1 to 52/53 (or 0 to 51/52).
Thanks
@risenW Hey, I would like to work on this issue if that's possible
@risenW Hey, I would like to work on this issue if that's possible
Sure please go ahead. If you need any help, just let me know.
@risenW I'm new to this so this may be a silly question but which folder should I be adding this function to? I'm a bit confused since there's a lot of directories that have the same Datetime.
@risenW I'm new to this so this may be a silly question but which folder should I be adding this function to? I'm a bit confused since there's a lot of directories that have the same Datetime.
No worries, this should be added here: https://github.com/javascriptdata/danfojs/blob/dev/src/danfojs-base/core/datetime.ts
Hi @risenW, I have worked on this and created a PR# 576. Could you please review it and let me know in case of corrections? Thanks!