pub fn checks_to_dataframe(values: Vec<Check>) -> PolarsResult<DataFrame>
Convert vector of Check values to a Polars [DataFrame]
Check