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
https://pypi.org/project/pdext/
Windows (cmd):
>pip install pdext
The Python API and its documentation are currently being worked. You can find an early preview here.
- Splitting columns to multiple columns with Pandas
Output
- Splitting columns to multiple Rows with Pandas
Output
- Add pandas DataFrame to word document as table
With DataFrame Header as Table header .. image:: /Pictures/Capture3.PNG Output
Without DataFrame Header as Table header .. image:: /Pictures/Capture4.PNG Output