ak.without_parameters#

Defined in awkward.operations.ak_without_parameters on line 11.

ak.without_parameters(array, *, highlevel=True, behavior=None)#
Parameters

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.