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 describe.Ui.
- Import teradatamlwidgets for Describe UI.
from teradatamlwidgets import describe
- Call the teradatamlwidgets using the Ui constructor.
df = DataFrame("ibm_stock") describe.Ui(df = df)