Metadata-Version: 1.2
Name: tidyframe
Version: 0.0.1
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
Description: 
        + 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
        
        
Keywords: pandas,tidy
Platform: any
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
