-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: BQuarterBegin, BQuarterEnd, QuarterBegin, QuarterEnd #53378
DOC: add missing parameters to offsets classes: BQuarterBegin, BQuarterEnd, QuarterBegin, QuarterEnd #53378
Conversation
…erEnd, QuarterBegin, QuarterEnd
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 - generally looks good, just got a question about n
pandas/_libs/tslibs/offsets.pyx
Outdated
Parameters | ||
---------- | ||
n : int, default 1 | ||
The number of years represented. |
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.
is this years or quarters?
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, @MarcoGorelli , you are right. n represents quarters, my mistake. I''l correct 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.
thanks @natmokval !
…erEnd, QuarterBegin, QuarterEnd (pandas-dev#53378) * DOC: add missing parameters to offsets classes: BQuarterBegin, BQuarterEnd, QuarterBegin, QuarterEnd * correct the description of the parameter n
…erEnd, QuarterBegin, QuarterEnd (pandas-dev#53378) * DOC: add missing parameters to offsets classes: BQuarterBegin, BQuarterEnd, QuarterBegin, QuarterEnd * correct the description of the parameter n
…erEnd, QuarterBegin, QuarterEnd (pandas-dev#53378) * DOC: add missing parameters to offsets classes: BQuarterBegin, BQuarterEnd, QuarterBegin, QuarterEnd * correct the description of the parameter n
xref #52431.
Updated documentation for offsets classes. Added missing parameters and See Also section to
BQuarterBegin
,BQuarterEnd
,QuarterBegin
,QuarterEnd
.