Function re_format_arrow::format_table

source ·
pub fn format_table<A, Ia, N, In>(columns: Ia, names: In) -> Table
where A: AsRef<dyn Array>, Ia: IntoIterator<Item = A>, N: AsRef<str>, In: IntoIterator<Item = N>,
Expand description

Format columns into a Table using names as headers.