danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

weekNumber support ?

Open pluc87 opened this issue 3 years ago • 5 comments

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

pluc87 avatar Feb 11 '22 18:02 pluc87

@risenW Hey, I would like to work on this issue if that's possible

asapcrafter avatar Mar 22 '22 05:03 asapcrafter

@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 avatar Mar 22 '22 08:03 risenW

@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.

asapcrafter avatar Mar 24 '22 07:03 asapcrafter

@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

risenW avatar Mar 24 '22 08:03 risenW

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!

Infinage avatar May 12 '23 10:05 Infinage