Create a notebook (i.e., Jupyter notebook, Google collab, etc). The teradatamlwidget_demos.zip file includes "EDA.ipynb" in a notebook. The following steps use the Jupyter notebook.
See eda.Ui.
- Import teradatamlwidgets for EDA UI.
from teradatamlwidgets import eda
- Call the teradatamlwidgets using the Ui constructor.
df = DataFrame("ibm_stock") ui = eda.Ui(df = df)