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

Parity fixes #1078

Closed
wants to merge 6 commits into from
Closed

Parity fixes #1078

wants to merge 6 commits into from

Conversation

elonp
Copy link
Contributor

@elonp elonp commented Feb 14, 2020

A few parity fixes in series and dataframes:

  1. Missing right-operators added (e.g. __radd__ that allows 10+s where s is a Series)
  2. Added support for callable key in Series.__getitem__.
  3. Fixed bug in df.loc[row_key] where row_key was used as a column key if it happened to match columns

Related issue number

None that I could find

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

@devin-petersohn
Copy link
Collaborator

Thanks @elonp!

Since you're a return contributor, would it be possible to split this patch up into the individual components being fixed? Ideally, we would like to have one PR for one fix, that way if we need to roll back we don't have to undo a bunch of unrelated changes.

If you'd like for me to help with this, I'm happy to, just let me know!

@elonp
Copy link
Contributor Author

elonp commented Feb 14, 2020 via email

@devin-petersohn
Copy link
Collaborator

@elonp I cherry-picked the commits from this PR into 3 separate PRs and created 3 issues in the issue tracker to track/label the fixes.

#1084, #1086, and #1088 are the new PRs

@elonp
Copy link
Contributor Author

elonp commented Feb 24, 2020 via email

@devin-petersohn
Copy link
Collaborator

Closing as this work was merged.

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.

2 participants