Skip to content
guido611 edited this page Jul 10, 2019 · 1 revision

Usage

First, start your Jupyter Notebook from the terminal:

jupyter notebook

Then, execute the following code in a Jupyter cell:

import edaviz as eda
df = eda.get_titanic_df()  # sample pandas dataframe
df

Info: edaviz only works within Jupyter Notebook or Jupyter Lab. Currently, you cannot use it on other platforms, e.g. via the command line or in PyCharm etc

Custom Sidebar

Clone this wiki locally