Skip to content

Jhengsh/tidyframe

Repository files navigation

image

image

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.