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: `modin.pandas.concat` on dict of dataframes behaves different from default `pandas.concat` if the dict keys are tuples
- BUG: Conversion of Modin to Pandas causes "AttributeError: 'numpy.ndarray' object has no attribute 'categories'"
- BUG: We do not respect semantics of to_numpy(copy=False) and np.array(copy=False) (the latter only available on numpy >= 2.1)
- BUG: AttributeError: Can only use .cat accessor with a 'category' dtype
- BUG: QueryCompilerCaster breaks NamedTuple arguments
- df_equals still skips dtypes check for empty frames
- FEAT: test mpi4py >= 4.1 on ubuntu by using appropriate mpich versions
- PandasOnRay doesn't implement reset_index for non-default `names` parameter
- BUG: 'nrows' parameter do not seem to be honoured in read_excel()
- BUG: df.attrs fails with `AttributeError: can't set attribute`
- Docs
- Python not yet supported