Skip to content

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

Merged

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Jan 3, 2019

Doc is updated per implementation at 268150f.

@gfyoung gfyoung added Docs Datetime Datetime data dtype Internals Related to non-user accessible pandas implementation labels Jan 3, 2019
@gfyoung gfyoung added this to the 0.24.0 milestone Jan 3, 2019
@codecov
Copy link

codecov bot commented Jan 3, 2019

Codecov Report

Merging #24585 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 90.79% <ø> (ø) ⬆️
#single 43.04% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/util/testing.py 88% <0%> (-0.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 268150f...9f065ee. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jan 3, 2019

Codecov Report

Merging #24585 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 90.79% <ø> (ø) ⬆️
#single 43.04% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/util/testing.py 88% <0%> (-0.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 268150f...9f065ee. Read the comment docs.

@gfyoung gfyoung merged commit 0039158 into pandas-dev:master Jan 3, 2019
@gfyoung gfyoung deleted the tslibs-offsets-shift-month-doc branch January 3, 2019 08:44
@jreback
Copy link
Contributor

jreback commented Jan 3, 2019

this is in a few more places in this file i think as well (same edit needed)

@gfyoung
Copy link
Member Author

gfyoung commented Jan 3, 2019

@jreback : Good point. I'll do that in a follow-up.

gfyoung added a commit to forking-repos/pandas that referenced this pull request Jan 3, 2019
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.
gfyoung added a commit that referenced this pull request Jan 3, 2019
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.
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
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.
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Docs Internals Related to non-user accessible pandas implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants