ak.contents.ListArray#

Defined in awkward.contents.listarray on line 17.

class ak.contents.ListArray(self, starts, stops, content)#
ak.contents.ListArray.is_list = True#
ak.contents.ListArray.starts#
ak.contents.ListArray.stops#
ak.contents.ListArray.content#
ak.contents.ListArray.copy(self, starts=unset, stops=unset, content=unset)#
ak.contents.ListArray.__copy__(self)#
ak.contents.ListArray.__deepcopy__(self, memo)#
ak.contents.ListArray.simplified(cls, starts, stops, content)#
ak.contents.ListArray._form_with_key(self, getkey)#
ak.contents.ListArray._to_buffers(self, form, getkey, container, backend)#
ak.contents.ListArray._to_typetracer(self, forget_length)#
ak.contents.ListArray._touch_data(self, recursive)#
ak.contents.ListArray._touch_shape(self, recursive)#
ak.contents.ListArray.length#
ak.contents.ListArray.__repr__(self)#
ak.contents.ListArray._repr(self, indent, pre, post)#
ak.contents.ListArray.to_ListOffsetArray64(self, start_at_zero=False)#
ak.contents.ListArray.to_RegularArray(self)#
ak.contents.ListArray._getitem_nothing(self)#
ak.contents.ListArray._getitem_at(self, where)#
ak.contents.ListArray._getitem_range(self, where)#
ak.contents.ListArray._getitem_field(self, where, only_fields=())#
ak.contents.ListArray._getitem_fields(self, where, only_fields=())#
ak.contents.ListArray._carry(self, carry, allow_lazy)#
ak.contents.ListArray._compact_offsets64(self, start_at_zero)#
ak.contents.ListArray._broadcast_tooffsets64(self, offsets)#
ak.contents.ListArray._getitem_next_jagged(self, slicestarts, slicestops, slicecontent, tail)#
ak.contents.ListArray._getitem_next(self, head, tail, advanced)#
ak.contents.ListArray._offsets_and_flattened(self, axis, depth)#
ak.contents.ListArray._mergeable_next(self, other, mergebool)#
ak.contents.ListArray._mergemany(self, others)#
ak.contents.ListArray._fill_none(self, value)#
ak.contents.ListArray._local_index(self, axis, depth)#
ak.contents.ListArray._numbers_to_type(self, name)#
ak.contents.ListArray._is_unique(self, negaxis, starts, parents, outlength)#
ak.contents.ListArray._unique(self, negaxis, starts, parents, outlength)#
ak.contents.ListArray._argsort_next(self, negaxis, starts, shifts, parents, outlength, ascending, stable, kind, order)#
ak.contents.ListArray._sort_next(self, negaxis, starts, parents, outlength, ascending, stable, kind, order)#
ak.contents.ListArray._combinations(self, n, replacement, recordlookup, parameters, axis, depth)#
ak.contents.ListArray._reduce_next(self, reducer, negaxis, starts, shifts, parents, outlength, mask, keepdims, behavior)#
ak.contents.ListArray._validity_error(self, path)#
ak.contents.ListArray._nbytes_part(self)#
ak.contents.ListArray._pad_none(self, target, axis, depth, clip)#
ak.contents.ListArray._to_arrow(self, pyarrow, mask_node, validbytes, length, options)#
ak.contents.ListArray._to_numpy(self, allow_missing)#
ak.contents.ListArray._completely_flatten(self, backend, options)#
ak.contents.ListArray._drop_none(self)#
ak.contents.ListArray._rebuild_without_nones(self, none_indexes, new_content)#
ak.contents.ListArray._recursively_apply(self, action, behavior, depth, depth_context, lateral_context, options)#
ak.contents.ListArray.to_packed(self)#
ak.contents.ListArray._to_list(self, behavior, json_conversions)#
ak.contents.ListArray.to_backend(self, backend)#
ak.contents.ListArray._is_equal_to(self, other, index_dtype, numpyarray)#