Metadata-Version: 2.1
Name: ipyfacets
Version: 0.1.2
Summary: The facets project(https://github.com/PAIR-code/facets) wrapper for jupyter
Home-page: https://github.com/porkbeans/jupyter-facets
Author: porkbeans
Author-email: mizuo.taka@gmail.com
Requires-Python: >=3.6
Classifier: Framework :: Jupyter
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: ipython (>=7.5,<8.0)
Requires-Dist: numpy (>=1.16,<2.0)
Requires-Dist: pandas (>=0.24.2,<0.25.0)
Requires-Dist: protobuf (>=3.8,<4.0)
Project-URL: Repository, https://github.com/porkbeans/jupyter-facets
Description-Content-Type: text/x-rst

jupyter-facets
==============

Providing `facets <https://github.com/PAIR-code/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 <https://nbviewer.jupyter.org/github/porkbeans/jupyter-facets/blob/master/examples/simple_example.ipynb>`_

