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 supported4 Subscribers
Add a CodeTriage badge to modin
Help out
- Issues
- TEST: CI: test_default.py on windows dask sometimes getting stuck
- BUG: `groupby.ngroup()` fails with experimental (reshuffling) groupby implementation
- `RayWrapper/DaskWrapper/UnidistWrapper` implemented as mixins; let's try to switch on inheritance
- Implement `Series.plot` through `CachedAccessor` as it done for `Series.sparse`
- BUG: Use the modin.dataframe().apply function to generate a large number of shmem
- BUG: DataFrame's behavior of boolean operators doesn't match pandas
- Consider implementing `PandasCSVParser` without reading part of the file into a temporary buffer.
- BUG: Modin compute dtypes cache incorrectly on `.combine_first()`
- BUG: index of dtypes is different from pandas on `.reset_index(drop=False)` with multiindex columns
- BUG: Inserting a column into an empty frame results into different dtypes
- Docs
- Python not yet supported