Skip to main content

Explorers

All registered Explorer components in DashAI.

NameDescription
BoxPlotExplorerExplorer that produces an interactive box plot for one or two numeric columns.
CorrelationMatrixExplorerExplorer that computes and visualises pairwise correlation coefficients.
CovarianceMatrixExplorerExplorer that computes and visualises the pairwise covariance matrix.
DensityHeatmapExplorerExplorer that visualises the joint distribution of two columns as a 2-D heatmap.
DescribeExplorerExplorer that generates a statistical summary table using pandas describe.
ECDFPlotExplorerExplorer that creates an Empirical Cumulative Distribution Function (ECDF) plot.
HistogramPlotExplorerExplorer that renders an interactive histogram for a single column.
MultiColumnBoxPlotExplorerExplorer that renders one box plot trace per selected column on a shared figure.
ParallelCategoriesExplorerVisualise categorical data flows across multiple dimensions simultaneously.
ParallelCordinatesExplorerVisualise multi-dimensional numeric data as a parallel coordinates plot.
RowExplorerDisplay a tabular sample of dataset rows for direct data inspection.
ScatterMatrixExplorerDisplay pairwise scatter plots for all selected numeric columns.
ScatterPlotExplorerDisplay a two-dimensional scatter plot to explore relationships between columns.
WordcloudExplorerVisualise word frequency in text columns as a word cloud.