Skip to main content

module  pixeltable.functions.array

Pixeltable UDFs for ArrayType. Example:

udf  to_list()

Signature
Convert an array to a nested Python list. Equivalent to numpy’s ndarray.tolist(). Useful for exporting to systems that lack a fixed-shape tensor type (e.g. Iceberg). Examples:
Last modified on June 24, 2026