In [1]:
import pandas as pd

In [2]:
exp = pd.read_csv("data/boxplot.csv")

In [3]:
import jupyterviz

In [6]:
jupyterviz.viz(type="json",data=exp.to_dict(orient="records"))


Out[6]:

In [7]:
jupyterviz.viz(type="boxplot",datadf=exp)


Out[7]:

In [ ]: