Crate re_format_arrow
source ยทExpand description
Formatting for tables of Arrow arrays
Structsยง
- DisplayDatatype ๐
- DisplayIntervalUnit ๐
- DisplayMetadata ๐
- DisplayTimeUnit ๐
Functionsยง
- format_dataframe ๐
- Nicely format this record batch in a way that fits the terminal.
- Nicely format this record batch, either with the given fixed width, or with the terminal width (
None
). - parse_tuid ๐
- trim_name ๐
Type Aliasesยง
- CustomArrayFormatter ๐Format the given row as a string
- Metadata ๐This is a
BTreeMap
, and not aHashMap
, because we want a predictable order.