pdext

Pandas Extention python module


Keywords
pandas, Split, Columns, Multiple, Rows
License
MIT
Install
pip install pdext==0.0.1

Documentation

Pandas Extention

A set of Python modules intended to be Extention to pandas

The primary purpose of this package is to allow developers to use pandas module for more applications

Application:

  • Add pandas DataFrame to word document as table
  • Split columns to multiple columns with Pandas
  • Split column to multiple rows with pandas
  • Compare column string with another column string with pandas

Prerequisites

Installation

Windows (cmd):

>python setup.py install

Documentation

The Python API and its documentation are currently being worked. You can find an early preview here.

How to use

  • Splitting columns to multiple columns with Pandas

/Pictures/Capture1.PNG

Output

/Pictures/Capture1_output.PNG

  • Splitting columns to multiple Rows with Pandas

/Pictures/Capture2.PNG

Output

/Pictures/Capture2_output.PNG

  • Add pandas DataFrame to word document as table

With DataFrame Header as Table header .. image:: /Pictures/Capture3.PNG Output

/Pictures/Capture3_output.PNG

Without DataFrame Header as Table header .. image:: /Pictures/Capture4.PNG Output

/Pictures/Capture4_output.PNG