ak.without_parameters¶
Defined in awkward.operations.structure on line 1085.
- ak.without_parameters(array, highlevel=True, behavior=None)¶
- Parameters
array – Data convertible into an Awkward Array.
highlevel (bool) – If True, return an
ak.Array
; otherwise, return a low-levelak.layout.Content
subclass.behavior (None or dict) – Custom
ak.behavior
for the output array, if high-level.
This function returns a new array without any parameters in its
ak.Array.layout
, on nodes of any level of depth.
Note that a “new array” is a lightweight shallow copy, not a duplication of large data buffers.