Metadata-Version: 1.2
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
Description: 
        # fast_pandas
        
        Simple library for applying Pandas row/column functions in parallel
        
        # How to Install
        
        ```
        pip install fast_pandas
        ```
        
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
