pandarallel 1.6.5
pip install pandarallel
Latest version
Released:
An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Manu NALEPA
- Requires: Python >=3.7
Classifiers
- License
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Manu NALEPA
- Requires: Python >=3.7
Classifiers
- License
- Programming Language
- Topic
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
File details
Details for the file pandarallel-1.6.5.tar.gz
.
File metadata
- Download URL: pandarallel-1.6.5.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c2df98ff6441e8ae13ff428ceebaa7ec42d731f7f972c41ce4fdef1d3adf640 |
|
MD5 | f8cebc2165a96a998584cbc0f101451b |
|
BLAKE2b-256 | 6ec5787365399cc7262e20d1d9f42ba202018c2191e6cd5b1a2a10f9161dae35 |