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: 3807, Watchers: 3807, Forks: 210, Open Issues: 98

The nalepae/pandarallel repo was created 6 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 3807 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 98 open issues on GitHub

  • Add option to show single progress bar for all workers

See more issues on GitHub

Related Packages & Articles

modin 0.37.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.