Skip to content
#

apache-arrow

Here are 45 public repositories matching this topic...

jpivarski
jpivarski commented Aug 6, 2021

Version of Awkward Array

HEAD

Description and code to reproduce

>>> ak.to_numpy(ak.Array([[], [], []]))   # should have shape (3, 0)
array([], shape=(0, 0), dtype=float64)

It's probably not setting the zeros_length argument when converting the ListArray or ListOffsetArray into a RegularArray. It's possible to express such an array:

>>> shape30 = ak.Ar

Improve this page

Add a description, image, and links to the apache-arrow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apache-arrow topic, visit your repo's landing page and select "manage topics."

Learn more