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 here.
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.5.8.tar.gz
(12.1 kB
view details)
File details
Details for the file pandarallel-1.5.8.tar.gz.
File metadata
- Download URL: pandarallel-1.5.8.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/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
807a89cfbb0947ba02081633feeab025b5a2b1f9fd1e9f7a6570a9fb72a7d47b
|
|
| MD5 |
2ca9ebfce94efa2f6912a697929ff78e
|
|
| BLAKE2b-256 |
41fa78000b2725328905e7e68fe285738398371d2e5edd9e448f953ce2fd40a9
|