ak._v2.contents.numpyarray.NumpyArray¶
Defined in awkward._v2.contents.numpyarray on line 14.
- class ak._v2.contents.numpyarray.NumpyArray(self, data, identifier=None, parameters=None, nplike=None)¶
ak._v2.contents.numpyarray.NumpyArray.is_NumpyType¶
- ak._v2.contents.numpyarray.NumpyArray.is_NumpyType = True¶
ak._v2.contents.numpyarray.NumpyArray.inner_shape¶
- ak._v2.contents.numpyarray.NumpyArray.inner_shape¶
ak._v2.contents.numpyarray.NumpyArray._form_with_key¶
- ak._v2.contents.numpyarray.NumpyArray._form_with_key(self, getkey)¶
ak._v2.contents.numpyarray.NumpyArray._to_buffers¶
- ak._v2.contents.numpyarray.NumpyArray._to_buffers(self, form, getkey, container, nplike)¶
ak._v2.contents.numpyarray.NumpyArray._forget_length¶
- ak._v2.contents.numpyarray.NumpyArray._forget_length(self)¶
ak._v2.contents.numpyarray.NumpyArray.__repr__¶
- ak._v2.contents.numpyarray.NumpyArray.__repr__(self)¶
ak._v2.contents.numpyarray.NumpyArray._repr¶
- ak._v2.contents.numpyarray.NumpyArray._repr(self, indent, pre, post)¶
ak._v2.contents.numpyarray.NumpyArray.merge_parameters¶
- ak._v2.contents.numpyarray.NumpyArray.merge_parameters(self, parameters)¶
ak._v2.contents.numpyarray.NumpyArray.toRegularArray¶
- ak._v2.contents.numpyarray.NumpyArray.toRegularArray(self)¶
ak._v2.contents.numpyarray.NumpyArray._nonfinite_to_union¶
- ak._v2.contents.numpyarray.NumpyArray._nonfinite_to_union(self, nan_string, infinity_string, minus_infinity_string)¶
ak._v2.contents.numpyarray.NumpyArray.maybe_to_array¶
- ak._v2.contents.numpyarray.NumpyArray.maybe_to_array(self, nplike)¶
ak._v2.contents.numpyarray.NumpyArray.__array__¶
- ak._v2.contents.numpyarray.NumpyArray.__array__(self)¶
ak._v2.contents.numpyarray.NumpyArray.__iter__¶
- ak._v2.contents.numpyarray.NumpyArray.__iter__(self)¶
ak._v2.contents.numpyarray.NumpyArray._getitem_nothing¶
- ak._v2.contents.numpyarray.NumpyArray._getitem_nothing(self)¶
ak._v2.contents.numpyarray.NumpyArray._getitem_at¶
- ak._v2.contents.numpyarray.NumpyArray._getitem_at(self, where)¶
ak._v2.contents.numpyarray.NumpyArray._getitem_range¶
- ak._v2.contents.numpyarray.NumpyArray._getitem_range(self, where)¶
ak._v2.contents.numpyarray.NumpyArray._getitem_field¶
- ak._v2.contents.numpyarray.NumpyArray._getitem_field(self, where, only_fields=())¶
ak._v2.contents.numpyarray.NumpyArray._getitem_fields¶
- ak._v2.contents.numpyarray.NumpyArray._getitem_fields(self, where, only_fields=())¶
ak._v2.contents.numpyarray.NumpyArray._carry¶
- ak._v2.contents.numpyarray.NumpyArray._carry(self, carry, allow_lazy, exception)¶
ak._v2.contents.numpyarray.NumpyArray._getitem_next_jagged¶
- ak._v2.contents.numpyarray.NumpyArray._getitem_next_jagged(self, slicestarts, slicestops, slicecontent, tail)¶
ak._v2.contents.numpyarray.NumpyArray._getitem_next¶
- ak._v2.contents.numpyarray.NumpyArray._getitem_next(self, head, tail, advanced)¶
ak._v2.contents.numpyarray.NumpyArray.num¶
- ak._v2.contents.numpyarray.NumpyArray.num(self, axis, depth=0)¶
ak._v2.contents.numpyarray.NumpyArray._offsets_and_flattened¶
- ak._v2.contents.numpyarray.NumpyArray._offsets_and_flattened(self, axis, depth)¶
ak._v2.contents.numpyarray.NumpyArray.mergeable¶
- ak._v2.contents.numpyarray.NumpyArray.mergeable(self, other, mergebool)¶
ak._v2.contents.numpyarray.NumpyArray.mergemany¶
- ak._v2.contents.numpyarray.NumpyArray.mergemany(self, others)¶
ak._v2.contents.numpyarray.NumpyArray.fillna¶
- ak._v2.contents.numpyarray.NumpyArray.fillna(self, value)¶
ak._v2.contents.numpyarray.NumpyArray._localindex¶
- ak._v2.contents.numpyarray.NumpyArray._localindex(self, axis, depth)¶
ak._v2.contents.numpyarray.NumpyArray.contiguous¶
- ak._v2.contents.numpyarray.NumpyArray.contiguous(self)¶
ak._v2.contents.numpyarray.NumpyArray.is_contiguous¶
- ak._v2.contents.numpyarray.NumpyArray.is_contiguous¶
ak._v2.contents.numpyarray.NumpyArray._subranges_equal¶
- ak._v2.contents.numpyarray.NumpyArray._subranges_equal(self, starts, stops, length, sorted=True)¶
ak._v2.contents.numpyarray.NumpyArray._as_unique_strings¶
- ak._v2.contents.numpyarray.NumpyArray._as_unique_strings(self, offsets)¶
ak._v2.contents.numpyarray.NumpyArray.numbers_to_type¶
- ak._v2.contents.numpyarray.NumpyArray.numbers_to_type(self, name)¶
ak._v2.contents.numpyarray.NumpyArray._is_unique¶
- ak._v2.contents.numpyarray.NumpyArray._is_unique(self, negaxis, starts, parents, outlength)¶
ak._v2.contents.numpyarray.NumpyArray._unique¶
- ak._v2.contents.numpyarray.NumpyArray._unique(self, negaxis, starts, parents, outlength)¶
ak._v2.contents.numpyarray.NumpyArray._argsort_next¶
- ak._v2.contents.numpyarray.NumpyArray._argsort_next(self, negaxis, starts, shifts, parents, outlength, ascending, stable, kind, order)¶
ak._v2.contents.numpyarray.NumpyArray._sort_next¶
- ak._v2.contents.numpyarray.NumpyArray._sort_next(self, negaxis, starts, parents, outlength, ascending, stable, kind, order)¶
ak._v2.contents.numpyarray.NumpyArray._combinations¶
- ak._v2.contents.numpyarray.NumpyArray._combinations(self, n, replacement, recordlookup, parameters, axis, depth)¶
ak._v2.contents.numpyarray.NumpyArray._reduce_next¶
- ak._v2.contents.numpyarray.NumpyArray._reduce_next(self, reducer, negaxis, starts, shifts, parents, outlength, mask, keepdims)¶
ak._v2.contents.numpyarray.NumpyArray._validityerror¶
- ak._v2.contents.numpyarray.NumpyArray._validityerror(self, path)¶
ak._v2.contents.numpyarray.NumpyArray._rpad¶
- ak._v2.contents.numpyarray.NumpyArray._rpad(self, target, axis, depth, clip)¶
ak._v2.contents.numpyarray.NumpyArray._nbytes_part¶
- ak._v2.contents.numpyarray.NumpyArray._nbytes_part(self)¶
ak._v2.contents.numpyarray.NumpyArray._to_arrow¶
- ak._v2.contents.numpyarray.NumpyArray._to_arrow(self, pyarrow, mask_node, validbytes, length, options)¶
ak._v2.contents.numpyarray.NumpyArray._to_numpy¶
- ak._v2.contents.numpyarray.NumpyArray._to_numpy(self, allow_missing)¶
ak._v2.contents.numpyarray.NumpyArray._completely_flatten¶
- ak._v2.contents.numpyarray.NumpyArray._completely_flatten(self, nplike, options)¶
ak._v2.contents.numpyarray.NumpyArray._recursively_apply¶
- ak._v2.contents.numpyarray.NumpyArray._recursively_apply(self, action, depth, depth_context, lateral_context, options)¶
ak._v2.contents.numpyarray.NumpyArray._to_list¶
- ak._v2.contents.numpyarray.NumpyArray._to_list(self, behavior)¶
ak._v2.contents.numpyarray.NumpyArray._to_nplike¶
- ak._v2.contents.numpyarray.NumpyArray._to_nplike(self, nplike)¶