-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Correct description of day_opt in shift_month #24585
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: Correct description of day_opt in shift_month #24585
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24585 +/- ##
==========================================
- Coverage 92.36% 92.36% -0.01%
==========================================
Files 166 166
Lines 52497 52497
==========================================
- Hits 48490 48489 -1
- Misses 4007 4008 +1
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #24585 +/- ##
==========================================
- Coverage 92.36% 92.36% -0.01%
==========================================
Files 166 166
Lines 52497 52497
==========================================
- Hits 48490 48489 -1
- Misses 4007 4008 +1
Continue to review full report at Codecov.
|
this is in a few more places in this file i think as well (same edit needed) |
@jreback : Good point. I'll do that in a follow-up. |
Unlike shift_month, all other descriptions do not mention support of "None" as a value, since it is not supported in the other functions. Follow-up to pandas-devgh-24585.
Unlike shift_month, all other descriptions do not mention support of "None" as a value, since it is not supported in the other functions. Follow-up to gh-24585.
Unlike shift_month, all other descriptions do not mention support of "None" as a value, since it is not supported in the other functions. Follow-up to pandas-devgh-24585.
Unlike shift_month, all other descriptions do not mention support of "None" as a value, since it is not supported in the other functions. Follow-up to pandas-devgh-24585.
Doc is updated per implementation at 268150f.