Skip to main content

Jupyter-Pandas DataFrame integration and visualisation

Project description

SubFrame

DataFrame-friendly jQuery Plugins for Jupyter Notebook:

Usage

In [1]: import subframe
        subframe.plugins.enable()

In [2]: import pandas

        d = pandas.DataFrame({
            'x': [1, 1, 1, 2, 3],
            'a': [1, 2, 2, 1, 3],
            'b': [23.534, 234.4, 27654.43, 2534.6, 342]
        })

In [3]: subframe.DataTable(d)
Out[3]: ...

In [4]: subframe.PivotTable(d)
Out[4]: ...

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

subframe-0.0.1.tar.gz (144.2 kB view hashes)

Uploaded Source

Built Distribution

subframe-0.0.1-py2.py3-none-any.whl (153.0 kB view hashes)

Uploaded Python 2 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