porkbeans / jupyter-facets

The facets project (https://github.com/PAIR-code/facets) wrapper for jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter-facets

Providing facets wrapper for jupyter

Installation

pip install ipyfacets

Usage

Import:

import ipyfacets as facets

Facets Overview:

facets.overview({'train': df_train, 'test': df_test})

Facets Dive:

facets.dive(df)

Example

See Jupyter nbviewer

About

The facets project (https://github.com/PAIR-code/facets) wrapper for jupyter

License:Apache License 2.0


Languages

Language:Python 96.1%Language:Shell 3.9%