Metadata-Version: 2.0
Name: tidyframe
Version: 0.0.3
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 :: Python :: 3.7
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
Requires-Dist: SQLAlchemy


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

+ Clean Pandas DataFrame to tidy DataFrame
+ Goal: Help you to create **tidy Pandas Dataframe**
+ Wapper SQLAlchemy function to help you create table, insert table, drop table easily
+ Make tranform nest dictionary easily
+ Make select columns, reorder columns easily
+ Make coalesce columns easily
+ Wapper window function from DataFrame



