- Making Awkward Arrays work in the CUDA target🔍
- ak.index.IndexU8 — Awkward Array 2.7.1 documentation🔍
- ak.flatten — Awkward Array 2.7.1 documentation🔍
- ak.zip — Awkward Array 2.7.1 documentation🔍
- ak.forms.RecordForm — Awkward Array 2.7.1 documentation🔍
- ak.from_json — Awkward Array 2.7.1 documentation🔍
- ak.nan_to_num — Awkward Array 2.7.1 documentation🔍
- ak.argsort — Awkward Array 2.7.1 documentation🔍
ak.Array — Awkward Array 2.7.1 documentation
Making Awkward Arrays work in the CUDA target - Numba Discourse
From this post: Would this make it possible for extensions like Awkward Array to run in numba.cuda.jit ed functions?
ak.index.IndexU8 — Awkward Array 2.7.1 documentation
ak.index.IndexU8# ... Defined in awkward.index on line 291. ... Created using Sphinx 7.4.7. Support for this work was provided by NSF cooperative agreement OAC- ...
ak.flatten — Awkward Array 2.7.1 documentation
ak.flatten#. Defined in awkward.operations.ak_flatten on line 23. ... Returns an array with one level of nesting removed by erasing the boundaries between ...
ak.zip — Awkward Array 2.7.1 documentation
ak.zip#. Defined in awkward.operations.ak_zip on line 20. ... Combines arrays into a single structure as the fields of a collection of records or the slots of a ...
ak.forms.RecordForm — Awkward Array 2.7.1 documentation
ak.forms.RecordForm#. Defined in awkward.forms.recordform on line 20. ... Created using Sphinx 7.4.7.
ak.from_json — Awkward Array 2.7.1 documentation
ak.from_json# · line_delimited (bool) – If False, a single JSON document is read as an entire array or record. · schema (None, JSON str or equivalent lists/ ...
ak.nan_to_num — Awkward Array 2.7.1 documentation
ak.nan_to_num#. Defined in awkward.operations.ak_nan_to_num on line 20. ... Implements np.nan_to_num for Awkward Arrays, which replaces NaN (“not a number”) or ...
ak.argsort — Awkward Array 2.7.1 documentation
ak.argsort# · array – Array-like data (anything ak. · axis (int) – The dimension at which this operation is applied. · ascending (bool) – If True, the first ...
ak.types.ScalarType — Awkward Array 2.7.1 documentation
ak.types.ScalarType#. Defined in awkward.types.scalartype on line 13. ... Created using Sphinx 7.4.7.
ak.str.starts_with — Awkward Array 2.7.1 documentation
ak.str.starts_with#. Defined in awkward.operations.str.akstr_starts_with on line 13. ... Returns True for every string in array if it starts with the given ...
ak.forms.ByteMaskedForm — Awkward Array 2.7.1 documentation
ak.forms.ByteMaskedForm# ; ByteMaskedForm(self, mask, content, valid_when, *, parameters=None, form_key=None) ; mask ; content ; valid_when ; copy(self, mask=UNSET, ...
ak.types.ListType — Awkward Array 2.7.1 documentation
ak.types.ListType#. Defined in awkward.types.listtype on line 15. ... Created using Sphinx 7.4.7. Support for this work was provided by NSF cooperative agreement ...
ak.jax.import_jax — Awkward Array 2.7.1 documentation
ak.jax.import_jax#. Defined in awkward.jax on line 135. ... Ensure that JAX integration is registered, and return the JAX module. Raise a RuntimeError if not.
Generic buffers — Awkward Array 2.7.1 documentation
Index . It is usually presented as JSON, and has a compact JSON format (when ak.forms.Form.tojson() is invoked) ...
ak.jax.register_and_check — Awkward Array 2.7.1 documentation
jax on line 31. ak.jax.register_and_check()#. Register Awkward Array node types ...
ak.behavior — Awkward Array 2.7.0 documentation
In Awkward Array, metadata are embedded in data using an array node's parameters, and parameter-dependent operations can be defined using behavior.
How to convert to/from NumPy — Awkward Array 2.7.1 documentation
As a generalization of NumPy, any NumPy array can be converted to an Awkward Array, but not vice-versa. import awkward as ak import numpy as np ...
ak.contents.IndexedOptionArray - Awkward Array
IndexedOptionArray doesn't have a direct equivalent in Apache Arrow. To illustrate how the constructor arguments are interpreted, the following is a simplified ...
ak.min — Awkward Array 2.7.0 documentation
ak.min# · array (many types supported, including all Awkward Arrays and Records). The identity of minimization is · inf if floating-point or the largest integer ...
How to examine an array with simple slicing - Awkward Array
Awkward Array 2.7.1 documentation ... For a complete list of slicing features, see ak.Array.__getitem__ ...