pub fn export_missing_pattern_csv(
plot_data: &MissingPatternPlot,
include_headers: bool,
) -> StringExpand description
Export missing pattern data to CSV format
Exports the missing pattern matrix to a CSV-like string format for external visualization.
§Parameters
plot_data- Missing pattern plot datainclude_headers- Whether to include feature names as headers
§Returns
A string in CSV format representing the missing pattern matrix