Skip to content

Extension of the pandas library to encapsulate some of the most used methods of querying and manipulating DataFrames.

License

Notifications You must be signed in to change notification settings

AnthonyRaimondo/pandaSuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandaSuit Panda in a Suit

Extension of the pandas library to encapsulate some of the most used methods of querying and manipulating DataFrames. Also featuring reversible DataFrame operations, creation of plot and dashboard objects, and methods for producing regression models.

The pandaSuit.DF class inherits from pandas.DataFrame, so a pandaSuit DF object can be treated as a pandas DataFrame. The additional features merely augment the core pandas DataFrame, or dress it up. Hence, a panda in a suit.

How to install - PyPI

pip install pandaSuit

Dependencies


Examples

Querying

Query DF object by column name select-by-column-name


Or by index, possibly for rows and columns select-by-index


Equivalent to existing pandas functionality use-core-pandas-methods


Manipulation

Update values at specific locations update-specific-location


Undo changes made to DF object undo-DF-manipulation


Visualization

Create plots from DF objects create-a-plot


Make dashboards with multiple plots create-a-dashboard


Add new plots to a dashboard add-to-dashboard


About

Extension of the pandas library to encapsulate some of the most used methods of querying and manipulating DataFrames.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages