modin 0.32.0
0
Modin: Make your pandas code run faster by changing one line of code.
Contents
Modin: Make your pandas code run faster by changing one line of code.
Stars: 9836, Watchers: 9836, Forks: 651, Open Issues: 662The modin-project/modin
repo was created 6 years ago and the last code push was 3 weeks ago.
The project is extremely popular with a mindblowing 9836 github stars!
How to Install modin
You can install modin using pip
pip install modin
or add it to a project with poetry
poetry add modin
Package Details
- Author
- None
- License
- Apache 2
- Homepage
- https://github.com/modin-project/modin
- PyPi:
- https://pypi.org/project/modin/
- GitHub Repo:
- https://github.com/modin-project/modin
Related Packages
Errors
A list of common modin errors.
Code Examples
Here are some modin
code examples and snippets.
GitHub Issues
The modin package has 662 open issues on GitHub
dataframe.at_time()
anddataframe.between_time()
don`t work correctly at MODIN_STORAGE_FORMAT=omnisci- dataframe.to_sql write data to sql server issues!
- Rename
cluster
directory tocloud
in examples - (apply_list_of_funcs pid=XXXX) Displaying sometimes when running Modin with Ray
- FIX-#4044: Update module layout with the ModinDataframe
- Fix documentation after algebra refactor
- REFACTOR-#2656: Update docs with new algebra operator names
dataframe.sample()
doesn`t work correctly at MODIN_STORAGE_FORMAT=omnisci- FIX-#4004: Implementation of caching on two ends of the tunnel
dataframe.__getitem__
doesn`t work correctly at MODIN_STORAGE_FORMAT=omniscidataframe.columns
doesn`t work correctly at MODIN_STORAGE_FORMAT=omniscidataframe.__setitem__
doesn`t work correctly at MODIN_STORAGE_FORMAT=omnisci- FEAT-#4035: Upgrade pandas support to 1.4
- Upgrade pandas to 1.4
- groupby -> apply -> to_numpy() adds an extra dimension