python-pandarallel 1.6.5
Tool to parallelize Pandas operations across CPUs
pandarallel
allows any Pandas user to take advantage of their multi-core computer, while Pandas uses only one core. pandarallel
also offers nice progress bars (available on Notebook and terminal) to get an rough idea of the remaining amount of computation to be done.
- Outputs:
out
- Website: https://nalepae.github.io/pandarallel/
- Licenses: Modified BSD
- Package source: gnu/packages/python-science.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-pandarallel 1.6.5
as follows:
guix install python-pandarallel@1.6.5
Or install the latest version:
guix install python-pandarallel
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.