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

Fix Series.__getitem__ to accept a callable as key #1084

Merged
merged 2 commits into from
Feb 19, 2020

Conversation

devin-petersohn
Copy link
Collaborator

@devin-petersohn devin-petersohn commented Feb 18, 2020

What do these changes do?

Related issue number

Resolves #1083

Split from #1078

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

@devin-petersohn devin-petersohn mentioned this pull request Feb 18, 2020
3 tasks
@devin-petersohn devin-petersohn merged commit f101894 into modin-project:master Feb 19, 2020
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.

Series.__getitem__ does not accept callable key
2 participants