Create a dictionary type
dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)
index_type
: A DataType for the indices (default int32()
)value_type
: A DataType for the values (default utf8()
)ordered
: Is this an ordered dictionary (default FALSE
)?A DictionaryType
Other Arrow data types
Useful links