Note
Go to the end to download the full example code or to run this example in your browser via Binder
Plot dendrogram missing data#
visualizes the patterns in the missing data using the dendrogram
# Author: L.Kouadio
# Licence: BSD-3-clause
from watex.datasets import fetch_data
from watex.view import ExPlot
data= fetch_data("bagoue original").get('data=df') # flow not encoded
p = ExPlot().fit(data)
p.fig_size = (7, 5)
p.plotmissing(kind ='dendrogram')

<'ExPlot':xname=None, yname=None , tname=None>
Total running time of the script: (0 minutes 0.124 seconds)