Expand description
Formatting for tables of Arrow arrays
Structsยง
- Display
Metadata ๐
Functionsยง
- format_
cell ๐ - Nicely format this record batch in a way that fits the terminal.
- Nicely format this record batch using the specified options.
- Nicely format this record batch, either with the given fixed width, or with the terminal width (
None
). - parse_
tuid ๐ - trim_
name ๐
Type Aliasesยง
- Custom
Array ๐Formatter Format the given row as a string - Metadata ๐This is a
BTreeMap
, and not aHashMap
, because we want a predictable order.