present_summary_as_figure

spac.visualization.present_summary_as_figure(summary_dict: dict) Figure[source]

Build a static Plotly figure (using a table) to depict the summary dictionary.

The figure includes columns:
  • Column name

  • Data type

  • Count of missing values

  • Missing indices (as a string)

  • Summary details (formatted as JSON for readability)

Parameters:

summary_dict (dict) – The summary dictionary returned from summarize_dataframe.

Returns:

A static Plotly table figure representing the summary.

Return type:

plotly.graph_objects.Figure