pyarrow.binary

pyarrow.binary(int length=-1)

Create variable-length binary type.

Parameters

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.