.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "glr_examples/view/plot_dendro_missing_data.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code or to run this example in your browser via Binder .. rst-class:: sphx-glr-example-title .. _sphx_glr_glr_examples_view_plot_dendro_missing_data.py: ================================ Plot dendrogram missing data ================================ visualizes the patterns in the missing data using the dendrogram .. GENERATED FROM PYTHON SOURCE LINES 8-11 .. code-block:: Python # Author: L.Kouadio # Licence: BSD-3-clause .. GENERATED FROM PYTHON SOURCE LINES 12-17 .. code-block:: Python 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') .. image-sg:: /glr_examples/view/images/sphx_glr_plot_dendro_missing_data_001.png :alt: plot dendro missing data :srcset: /glr_examples/view/images/sphx_glr_plot_dendro_missing_data_001.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out .. code-block:: none <'ExPlot':xname=None, yname=None , tname=None> .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.124 seconds) .. _sphx_glr_download_glr_examples_view_plot_dendro_missing_data.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: binder-badge .. image:: images/binder_badge_logo.svg :target: https://mybinder.org/v2/gh/watex/watex/0.3.X?urlpath=lab/tree/notebooks/glr_examples/view/plot_dendro_missing_data.ipynb :alt: Launch binder :width: 150 px .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_dendro_missing_data.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_dendro_missing_data.py ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_