Ak.zip -

: Controls how deeply the function should interleave the lists. Setting depth_limit=1 creates a record structure at the outermost level without attempting to broadcast deeper nested lists.

: If set to True , it effectively takes the union of option masks when zipping arrays with None values, placing the None outside the record rather than inside it. Common Use Cases ak.zip

: It is specifically designed to handle "ragged" or jagged data, where nested lists may have different lengths across different entries. Key Parameters According to the Awkward Array documentation : : Controls how deeply the function should interleave