-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: add missing parameters to offsets classes: BYearEnd, BusinessHour, WeekOfMonth #53183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: add missing parameters to offsets classes: BYearEnd, BusinessHour, WeekOfMonth #53183
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @natmokval
I've changed this to "xref" instead of "closes", as there are still some classes where there are missing parameters
The number of years represented. | ||
normalize : bool, default False | ||
Normalize start/end dates to midnight before generating date range. | ||
month : int, default 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah missed this, the default is actually 12
, not 1
- fancy opening a follow-up to fix this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @MarcoGorelli. I will open a new pr, add missing parameters to some classes and correct the default value for month
.
Updated documentation for offsets classes:
BYearEnd,
BusinessHour
,WeekOfMonth
, added missing parameters.