We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4437b85 commit f5eb1ebCopy full SHA for f5eb1eb
README.md
@@ -30,6 +30,7 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
30
#### Pandas Alternatives and Additions
31
[modin](https://github.com/modin-project/modin) - Parallelization library for faster pandas `DataFrame`.
32
[vaex](https://github.com/vaexio/vaex) - Out-of-Core DataFrames.
33
+[pandarallel](https://github.com/nalepae/pandarallel) - Parallelize pandas operations.
34
[xarray](https://github.com/pydata/xarray/) - Extends pandas to n-dimensional arrays.
35
[swifter](https://github.com/jmcarpenter2/swifter) - Apply any function to a pandas dataframe faster.
36
[pandas_flavor](https://github.com/Zsailer/pandas_flavor) - Write custom accessors like `.str` and `.dt`.
0 commit comments