Skip to content

pd.Index: replace set operations #4568

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
Nov 9, 2020

Conversation

mathause
Copy link
Collaborator

@mathause mathause commented Nov 9, 2020

Pandas will change pd.Index.__or__ and pd.Index.__and__. Use pd.Index.union and pd.Index.intersection inseated. There should be no change in functionality.

@max-sixty
Copy link
Collaborator

Thanks @mathause !

@max-sixty max-sixty merged commit f10a6fe into pydata:master Nov 9, 2020
@mathause mathause deleted the pd_index_depr_and_or branch November 9, 2020 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failing upstream-dev polyfit warning test
2 participants