Skip to content

CLN: remove align kwarg from Block.where, Block.putmask #32791

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
merged 2 commits into from
Mar 22, 2020

Conversation

jbrockmendel
Copy link
Member

No description provided.

@WillAyd WillAyd added the Clean label Mar 18, 2020
@jreback jreback added this to the 1.1 milestone Mar 18, 2020
align_keys = ["other", "cond"]
else:
align_keys = ["cond"]
elif f == "putmask":
align_copy = False
if kwargs.get("align", True):
if kwargs.pop("align", True):
Copy link
Contributor

Choose a reason for hiding this comment

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

can you completely remove align?

Copy link
Member Author

Choose a reason for hiding this comment

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

id like to, but havent been able to yet

Copy link
Contributor

Choose a reason for hiding this comment

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

kk

@jreback
Copy link
Contributor

jreback commented Mar 21, 2020

I thought we merged this, pls rebase

@jbrockmendel
Copy link
Member Author

rebased+green

@jreback jreback merged commit 75e9598 into pandas-dev:master Mar 22, 2020
@jreback
Copy link
Contributor

jreback commented Mar 22, 2020

thanks

@jbrockmendel jbrockmendel deleted the block-align branch March 22, 2020 00:49
SeeminSyed pushed a commit to CSCD01-team01/pandas that referenced this pull request Mar 22, 2020
jbrockmendel added a commit to jbrockmendel/pandas that referenced this pull request Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants