modin
https://github.com/modin-project/modin
Python
Modin: Scale your Pandas workflows by changing a single line of code
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported5 Subscribers
Add a CodeTriage badge to modin
Help out
- Issues
- BUG: Writes to `DataFrame.attrs` are not preserved
- BUG: extra row gets inserted when using `.iloc` on Series
- CI tests are failing with Ray engine on Windows using multiple pytest workers
- whats the fastest way to add a new column that already has the same partitions (probably)?
- BUG: Merge on Ray Engine does not produce the column "_merge" when indicator is True
- FEAT: Add type annotations to frontend methods
- BUG: df[col].replace(dict, inplace=True) is brutally slow, while .apply which does the same is blazing fast
- Define heuristics to automatically enable dynamic partitioning without performance penalty.
- Use pre-commit library to run linters
- Improve the user facing DataFrame and Series constructor by hide the query_compiler parameter
- Docs
- Python not yet supported