Skip to main content

Extensions to the pandas package.

Project description

pandas_extensions

author: Ben de Vera

view at: https://test.pypi.org/project/pandas-extensions/0.1/

classes

SuperDataFrame

Extension of the pandas.DataFrame class that adds additional methods.

- SuperDataFrame.null_report

    - Displays number of null values in each column of a pandas.DataFrame

    - Params
        self : pandas.DataFrame
        verbose : boolean

- SuperDataFrame.train_test_val_split

    - Provides a train/test/val split of a pandas.DataFrame

    - Params 
        self : pandas.DataFrame
        train_size : float 
        test_size : float
        verbose : boolean

functions

could_merge

Naive check for whether DataFrames can merge

- Params
    df1 : pandas.DataFrame
    df2 : pandas.DataFrame

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pandas_extensions-0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

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