Metadata-Version: 2.0
Name: fast-pandas
Version: 1.0.0
Summary: Simple library for applying Pandas row/column functions in parallel
Home-page: https://github.com/resilva87/fast_pandas
Author: Renato Silva
Author-email: resilva87@outlook.com
License: The Unlicense
Description-Content-Type: text/markdown
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Requires-Dist: pandas
Requires-Dist: numpy


# fast_pandas

Simple library for applying Pandas row/column functions in parallel

# How to Install

```
pip install fast_pandas
```


