/jupyter-facets

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

Primary LanguagePythonApache License 2.0Apache-2.0

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