pyarrow.
binary
Create variable-length binary type.
length (int, optional, default -1) – If length == -1 then return a variable length binary type. If length is greater than or equal to 0 then return a fixed size binary type of width length.