An easy to use library to speed up computation (by parallelizing on multi CPUs) with pandas.
pandarallel is a simple and efficient tool to parallelize Pandas operations on all available CPUs. With a one line code change, it allows any Pandas user to take advandage of his multi-core computer, while pandas uses only one core.