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

Add implementation for droplevel for Series and DataFrame #1000

Merged

Conversation

devin-petersohn
Copy link
Collaborator

What do these changes do?

Related issue number

  • passes flake8 modin
  • passes black --check modin
  • tests added and passing

* Resolves modin-project#999
* Adds implementation for `droplevel for `Series` and `DataFrame` by
  creating a copy of the object and assigning the new index/columns to
  the copy.
* Update tests
@devin-petersohn devin-petersohn merged commit 9017c45 into modin-project:master Jan 16, 2020
@devin-petersohn devin-petersohn deleted the apis/droplevel branch January 16, 2020 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New API: droplevel for Series and DataFrame
1 participant