Skip to content
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

BUG: DataFrame.shift shows different behavior for axis=1 when freq is specified #47051

Merged
merged 3 commits into from
May 28, 2022

Conversation

wjsi
Copy link
Contributor

@wjsi wjsi commented May 18, 2022

@wjsi wjsi force-pushed the bugfix/shift_axis_period branch 2 times, most recently from d197767 to 9ab4e5d Compare May 20, 2022 13:44
@jreback jreback added this to the 1.5 milestone May 21, 2022
@jreback jreback added the Datetime Datetime data dtype label May 21, 2022
@jreback jreback modified the milestones: 1.5, 1.4.3 May 21, 2022
doc/source/whatsnew/v1.5.0.rst Outdated Show resolved Hide resolved
@wjsi wjsi force-pushed the bugfix/shift_axis_period branch from 00791ed to fec51bc Compare May 24, 2022 00:43
@wjsi wjsi requested a review from jreback May 25, 2022 00:50
@wjsi wjsi force-pushed the bugfix/shift_axis_period branch from fec51bc to af3bd2c Compare May 25, 2022 04:21
@simonjayhawkins simonjayhawkins added the Regression Functionality that used to work in a prior pandas version label May 25, 2022
@wjsi wjsi force-pushed the bugfix/shift_axis_period branch from af3bd2c to c45abbd Compare May 26, 2022 07:56
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, failure unrelated. Needs approval from @jreback to merge.

@simonjayhawkins
Copy link
Member

LGTM, failure unrelated

merge conflict needed resolving. so shouldn't fail this time with main merged.

@simonjayhawkins
Copy link
Member

Needs approval from @jreback to merge.

green

@simonjayhawkins simonjayhawkins merged commit 41449d6 into pandas-dev:main May 28, 2022
@simonjayhawkins
Copy link
Member

@meeseeksdev backport 1.4.x

@lumberbot-app
Copy link

lumberbot-app bot commented May 28, 2022

Could not push to auto-backport-of-pr-47051-on-1.4.x due to error, aborting.

simonjayhawkins pushed a commit that referenced this pull request May 28, 2022
…erent behavior for `axis=1` when `freq` is specified) (#47158)

Backport PR #47051: BUG: `DataFrame.shift` shows different behavior for `axis=1` when `freq` is specified

Co-authored-by: Wenjun Si <swj0066@gmail.com>
@wjsi wjsi deleted the bugfix/shift_axis_period branch May 29, 2022 01:36
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DataFrame.shift shows different behavior for axis=1 when freq is specified
4 participants