Skip to content

Commit f5eb1eb

Browse files
authored
pandarallel
1 parent 4437b85 commit f5eb1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
3030
#### Pandas Alternatives and Additions
3131
[modin](https://github.com/modin-project/modin) - Parallelization library for faster pandas `DataFrame`.
3232
[vaex](https://github.com/vaexio/vaex) - Out-of-Core DataFrames.
33+
[pandarallel](https://github.com/nalepae/pandarallel) - Parallelize pandas operations.
3334
[xarray](https://github.com/pydata/xarray/) - Extends pandas to n-dimensional arrays.
3435
[swifter](https://github.com/jmcarpenter2/swifter) - Apply any function to a pandas dataframe faster.
3536
[pandas_flavor](https://github.com/Zsailer/pandas_flavor) - Write custom accessors like `.str` and `.dt`.

0 commit comments

Comments
 (0)