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
- Add an execution mode for NativeQueryCompiler and remove NativeDataFrameMode.
- BUG: DataFrame.__setitem__ on empty frame switches engines
- BUG: Should check individual storage format and engine instead of global ones
- Modin with Ray or Dask behaviour when cgroups linux thresholds are set
- DRAFT: Track engine and storage format at query compiler level.
- DRAFT: (not recommended) Track engine and storage format at DataFrame/Series level
- Bump ray from 1.1.0 to 2.8.1 in /examples/spreadsheet
- BUG: modin.pandas.read_csv: "FileNotFoundError: [Errno 2] No such file or directory"
- BUG: `Series.clip` raises with pyarrow dtype backend
- BUG: can't handle `df.groupby('a').agg(c=('b', 'mean'), d=('b', 'mean'))`
- Docs
- Python not yet supported