pub fn table_from_batch(batch: &RecordBatch, title: impl Into<String>) -> TableExpand description
Turn an Arrow RecordBatch into a scrollable facett_table::Table — every
column becomes a table column, cells formatted to strings. Pairs with
facett-table’s virtualised scroll for big batches.