Skip to main content

pandas extension for DataFrame manipulation, statistics, and plotting

Project description

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 underlying data structure of a pandaSuit DF object is a pandas DataFrame. An AttributeError thrown while using a pandaSuit DF will fall back to __setattr__ or __getattribute__ on this underlying DataFrame, so a pandaSuit DF object can be treated as a pandas DataFrame.

The additional features merely augment the core pandas DataFrame, 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


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandaSuit-1.1.9.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

pandaSuit-1.1.9-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page