tidyframe

Clean pandas DataFrame to Tidy DataFrame


Keywords
pandas, tidy, data-frame, pandas-dataframe, python3, tidyr
License
MIT
Install
pip install tidyframe==0.0.3

Documentation

https://travis-ci.org/Jhengsh/tidyframe.svg?branch=master

tidyframe: Clean Data to Tidy Dataframe

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

Installation

Method 1: Using PyPI

$ pip3 install tidyframe

Method 2: Using git

$ pip3 install git+https://github.com/Jhengsh/tidyframe.git

Documentation

Latest documentation is at:

https://tidyframe.readthedocs.io/en/latest/

License

tidyframe is distributed under the MIT license.