pandarallel 1.6.5
0
An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.
Contents
An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.
Stars: 3658, Watchers: 3658, Forks: 211, Open Issues: 97The nalepae/pandarallel
repo was created 5 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 3658 github stars!
How to Install pandarallel
You can install pandarallel using pip
pip install pandarallel
or add it to a project with poetry
poetry add pandarallel
Package Details
- Author
- Manu NALEPA
- License
- BSD
- Homepage
- https://nalepae.github.io/pandarallel
- PyPi:
- https://pypi.org/project/pandarallel/
- GitHub Repo:
- https://github.com/nalepae/pandarallel
Classifiers
- Scientific/Engineering
Related Packages
Errors
A list of common pandarallel errors.
Code Examples
Here are some pandarallel
code examples and snippets.
GitHub Issues
The pandarallel package has 97 open issues on GitHub
- Using progressbar raise an error: OverflowError: int too big to convert
- Support for Python 3.10?
- OverflowError
- Fix #63 by adding an alternative way to wrap progress_pre_func
- parallel_apply throws AssertionError: daemonic processes are not allowed to have children
- pandarallel_apply crashes with OverflowError: int too big to convert