Bases: _Weakrefable
A named field, with a data type, nullability, and optional metadata.
Notes
Do not use this classâs constructor directly; use pyarrow.field
Methods
__init__
(*args, **kwargs)
add_metadata
(self, metadata)
equals
(self, Field other, ...)
Test if this field is equal to the other
flatten
(self)
Flatten this field.
remove_metadata
(self)
Create new field without metadata, if any
with_metadata
(self, metadata)
Add metadata as dict of string keys and values to Field
with_name
(self, name)
A copy of this field with the replaced name
with_nullable
(self, nullable)
A copy of this field with the replaced nullability
with_type
(self, DataType new_type)
A copy of this field with the replaced type
Attributes
Test if this field is equal to the other
pyarrow.Field
False
Whether Field metadata equality should be checked as well.
Flatten this field. If a struct field, individual child fields will be returned with their names prefixed by the parentâs name.
List
[pyarrow.Field
]
Create new field without metadata, if any
pyarrow.Field
Add metadata as dict of string keys and values to Field
dict
Keys and values must be string-like / coercible to bytes
pyarrow.Field
A copy of this field with the replaced name
str
pyarrow.Field
A copy of this field with the replaced nullability
pyarrow.Field
A copy of this field with the replaced type
pyarrow.DataType
pyarrow.Field
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4