Crate re_format_arrow

Source
Expand description

Formatting for tables of Arrow arrays

Functionsยง

format_record_batch
Nicely format this record batch in a way that fits the terminal.
format_record_batch_with_width
Nicely format this record batch, either with the given fixed width, or with the terminal width (None).