ipyfacets

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


Keywords
data-visualization, jupyter
License
Apache-2.0
Install
pip install ipyfacets==0.3.0

Documentation

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