This function calculates a variety of metrics on the provided data and a corresponding output (c_output).
These metrics include drop rate, section NA, section length, single NA, and the number of complete rows.
metrics_summary(data, c_output)A dataframe summarizing the computed metrics for each column.
A dataframe containing the dataset.
A list or dataframe containing the computed output that helps generate the metrics.