An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.
Project description
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
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandarallel-1.6.4.tar.gz
(12.7 kB
view details)
File details
Details for the file pandarallel-1.6.4.tar.gz.
File metadata
- Download URL: pandarallel-1.6.4.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70091652485050241ffac37c3e94d21732697c63ee4613ae7bf85da076be41f2
|
|
| MD5 |
d4c01b5740b6eb7bb7da6446c9ebb1da
|
|
| BLAKE2b-256 |
bd87351e04dc5eb4d6c5d8ceaecf353e99e5bcda5be406457c5775263d0e5769
|