Contents

pandarallel 1.6.5

0

An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.

An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.

Stars: 3477, Watchers: 3477, Forks: 200, Open Issues: 91

The nalepae/pandarallel repo was created 5 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 3477 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
No  pandarallel  pypi packages just yet.

Errors

A list of common pandarallel errors.

Code Examples

Here are some pandarallel code examples and snippets.

GitHub Issues

The pandarallel package has 91 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

See more issues on GitHub

Related Packages & Articles

modin 0.28.1

Modin: Make your pandas code run faster by changing one line of code.

gspread-pandas 3.3.0

A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames.