ak.record.Record#
Defined in awkward.record on line 26.
- class ak.record.Record(array, at)#
Represents a single value from a
ak.contents.RecordArray.As this is a columnar representation, the Record contains a
ak.layout.RecordArray, rather than the other way around. Its two fields arearray: theak.layout.RecordArrayandat: the index posiion where this Record is found.
The Record shares a reference with its
ak.layout.RecordArray; it is not a copy.- property array#
- property backend#
- property at#
- property fields#
- property is_tuple#
- to_tuple() awkward._typing.Self#
- property contents#
- content(index_or_field)#
- _repr(indent, pre, post)#
- validity_error(path='layout.array')#
- property parameters#
- parameter(key)#
- purelist_parameter(key) awkward._typing.JSONSerializable#
- purelist_parameters(*keys)#
- property purelist_isregular#
- property purelist_depth#
- property minmax_depth#
- property branch_depth#
- _touch_data(recursive)#
- _touch_shape(recursive)#
- _getitem(where)#
- to_list(behavior=None)#
- _to_list(behavior, json_conversions)#
- materialize() awkward._typing.Self#
- copy(array=UNSET, at=UNSET) awkward._typing.Self#