Last updated:
0 purchases
pandarallel 1.6.5
Pandaral·lel
Without parallelization
With parallelization
Pandaral.lel provides a simple way to parallelize your pandas operations on all your
CPUs by changing only one line of code. It also displays progress bars.
Maintainers
Manu NALEPA
till-m
Installation
pip install pandarallel [--upgrade] [--user]
Quickstart
from pandarallel import pandarallel
pandarallel.initialize(progress_bar=True)
# df.apply(func)
df.parallel_apply(func)
Usage
Be sure to check out the documentation.
Examples
An example of each available pandas API is available:
For Mac & Linux
For Windows
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.