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

[REFACTOR] Avoid API level index access in getitem for bool indexer #2035

Closed
ienkovich opened this issue Sep 7, 2020 · 0 comments · Fixed by #2036
Closed

[REFACTOR] Avoid API level index access in getitem for bool indexer #2035

ienkovich opened this issue Sep 7, 2020 · 0 comments · Fixed by #2036
Assignees

Comments

@ienkovich
Copy link
Collaborator

Currently using the subscription operator for bool Series causes index access in API level. This operation is used in Census and we need it to be lazy.

@ienkovich ienkovich self-assigned this Sep 7, 2020
devin-petersohn pushed a commit that referenced this issue Sep 15, 2020
Signed-off-by: ienkovich <ilya.enkovich@intel.com>
aregm pushed a commit to aregm/modin that referenced this issue Sep 16, 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 a pull request may close this issue.

1 participant