[
https://issues.apache.org/jira/browse/ARROW-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500503#comment-16500503
]
Uwe L. Korn commented on ARROW-2287:
------------------------------------
It would be nice if one could iterate in Python value-for-value over this. At
the moment you could already approximate that using
{code}
for i in range(len(chunked_array)):
val = chunked_array[i]
{code}
Not sure if we really need to have more comfort.
> [Python] chunked array not iterable, not indexable
> --------------------------------------------------
>
> Key: ARROW-2287
> URL: https://issues.apache.org/jira/browse/ARROW-2287
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Affects Versions: 0.8.0
> Reporter: Antoine Pitrou
> Priority: Major
>
> It would be useful to access individual elements of a chunked array either
> through iteration or indexing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)