Pandas Extention python module
Project description
Pandas Extention _____________________ A set of Python modules intended to be [Extention to pandas](https://github.com/malneni/PdExt)
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
[panads](https://pypi.org/project/pandas/)
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](https://pdext.readthedocs.io/en/latest/).
How to use
Splitting columns to multiple columns with Pandas
![image](/Pictures/Capture1.PNG)
Output
![image](/Pictures/Capture1_output.PNG)
Splitting columns to multiple Rows with Pandas
![image](/Pictures/Capture2.PNG)
Output
![image](/Pictures/Capture2_output.PNG)
Add pandas DataFrame to word document as table
With DataFrame Header as Table header .. image:: /Pictures/Capture3.PNG Output
![image](/Pictures/Capture3_output.PNG)
Without DataFrame Header as Table header .. image:: /Pictures/Capture4.PNG Output
![image](/Pictures/Capture4_output.PNG)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.