[go: up one dir, main page]

Function re_format::arrow::format_table

source ·
pub fn format_table<A, Ia, N, In>(columns: Ia, names: In) -> Tablewhere
    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.