mikheyevav / ziviz

Exploratory data analysis widget for Jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ziviz

Exploratory data analysis tool for Jupyter. Ziviz supports both Jupyter lab and notebook. It is based on Plotly library.

Installation

$ pip install ziviz

Usage

from ziviz import ZivizWidget

df = pd.read_csv('https://raw.githubusercontent.com/mwaskom/seaborn-data/master/iris.csv')
ZivizWidget(df)

About

Exploratory data analysis widget for Jupyter

License:MIT License


Languages

Language:JavaScript 58.1%Language:Python 39.9%Language:CSS 2.0%