Yes, that looks right, thanks, not sure how I missed that. On Fri, Aug 27, 2021 at 12:17 PM Wes McKinney <[email protected]> wrote:
> I think it's the ListArray.values property > > https://github.com/apache/arrow/blob/master/python/pyarrow/array.pxi#L1673 > > On Fri, Aug 27, 2021 at 2:06 PM Micah Kornfield <[email protected]> > wrote: > > > > I was looking through the APIs and I couldn't find an explicit method to > access the underlying array (is there one)? It seems like flatten() might > do what we want but I'm not sure if there are any gotcha's involved with > that? > > > > Thanks, > > Micah >
