Skip to content
/ PdExt Public

A set of modules intended as extension to pandas module.

License

Notifications You must be signed in to change notification settings

malneni/PdExt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

https://pypi.org/project/pdext/

Windows (cmd): >pip install pdext

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

About

A set of modules intended as extension to pandas module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages