Skip to main content

pandas extension for DataFrame manipulation, statistics, and visualization

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 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


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.2.14.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

pandaSuit-1.2.14-py3-none-any.whl (22.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