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.
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.1.tar.gz
(12.1 kB
view details)
File details
Details for the file pandarallel-1.6.1.tar.gz.
File metadata
- Download URL: pandarallel-1.6.1.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e36f16d7057a1728f9f3a6ef25ca50e01e382eb10d8be580a4881c210be6ce3a
|
|
| MD5 |
37a87d79f217cecde622af1e79048547
|
|
| BLAKE2b-256 |
075e43f158675625fa0ec1ccac0121d85cf707d84e84e62f8b1d173c80ceccad
|