Commits


Joris Van den Bossche authored and Antoine Pitrou committed aae5e6ad991
ARROW-5859: [Python] Support ExtensionArray.to_numpy using storage array xref https://issues.apache.org/jira/browse/ARROW-5859 This makes `to_numpy` (and np.(as)array) work on pyarrow arrays with an ExtensionType by falling back to the storage type for conversion to numpy. (previously this raised "ArrowNotImplementedError: extension") Closes #5826 from jorisvandenbossche/ARROW-5859 and squashes the following commits: 5f57f8f3c <Joris Van den Bossche> enable to_numpy test eba7c405c <Joris Van den Bossche> simplify + comment out test with to_numpy 087270c77 <Joris Van den Bossche> add chunked array test 6b07be3b6 <Joris Van den Bossche> ARROW-5859: Support ExtensionArray.to_numpy using storage array Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>