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

Make mask and where distributed #1977

Closed
goodwanghan opened this issue Aug 27, 2020 · 1 comment
Closed

Make mask and where distributed #1977

goodwanghan opened this issue Aug 27, 2020 · 1 comment
Labels
new feature/request 💬 Requests and pull requests for new features

Comments

@goodwanghan
Copy link

When using Ray backend, I can see the warning that mask and where default to pandas. Does that mean the operation will cause modin to collect all data onto one machine and then use pandas to do the job? If so, does it collect only the specific columns or it collects the whole dataframe onto one machine?

mask and where are relatively common operations, can we make them distributed?

Thank you!

@goodwanghan goodwanghan added the new feature/request 💬 Requests and pull requests for new features label Aug 27, 2020
@mvashishtha
Copy link
Collaborator

@goodwanghan thank you for your request. where is already implemented in a distributed way. We'll track mask implementation in #1206.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature/request 💬 Requests and pull requests for new features
Projects
None yet
Development

No branches or pull requests

2 participants