Skip to content

REF: remove sanitize_index #40089

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 3 commits into from
Feb 27, 2021
Merged

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

@@ -512,3 +517,16 @@ def temp_setattr(obj, attr: str, value) -> Iterator[None]:
setattr(obj, attr, value)
yield obj
setattr(obj, attr, old_value)


def require_length_match(data, index: Index):
Copy link
Contributor

Choose a reason for hiding this comment

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

not a super fan of putting things in common.py but i guess this fits.

@jreback jreback added the Refactor Internal refactoring of code label Feb 27, 2021
@jreback jreback added this to the 1.3 milestone Feb 27, 2021
@jreback jreback merged commit 4060498 into pandas-dev:master Feb 27, 2021
@jbrockmendel jbrockmendel deleted the ref-ser-sanitize branch February 27, 2021 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants