Metadata-Version: 2.0
Name: tidyframe
Version: 0.0.2
Summary: Clean pandas DataFrame to Tidy DataFrame
Home-page: https://github.com/Jhengsh/tidyframe
Author: Hsueh-Hung Cheng
Author-email: jhengsh.email@gmail.com
License: MIT
Keywords: pandas,tidy
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Requires-Dist: pandas
Requires-Dist: funcy


Overview
--------------

+ Clean pandas DataFrame to tidy DataFrame
+ Inspired by tidyr in R
+ Goal: Help you to create **tidy Pandas Dataframe**
+ Wapper window function from DataFrame
+ Implement R function *tidyr::gather* and *tidyr:spread* using python



