- name
str
or bytes
Name of the field.
- type
pyarrow.DataType
Arrow datatype of the field.
- nullablebool, default
True
Whether the field’s values are nullable.
- metadata
dict
, default None
Optional field metadata, the keys and values must be coercible to
bytes.