Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 480 Bytes

File metadata and controls

29 lines (18 loc) · 480 Bytes

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