Commits


Joris Van den Bossche authored and Antoine Pitrou committed e0e8e533d66
ARROW-7022, ARROW-7023: [Python] fix handling of pandas Index and Period/Interval extension arrays in pa.array Fixes https://issues.apache.org/jira/browse/ARROW-7022, and while doing this noticed another bug this is fixing (for which I opened https://issues.apache.org/jira/browse/ARROW-7023) Closes #5753 from jorisvandenbossche/ARROW-7022-arrow-array-extension and squashes the following commits: b2f0eb5c2 <Joris Van den Bossche> do not fallback to ndarray for pandas ExtensionArray 53ee1085f <Joris Van den Bossche> fix error message 57b7a506b <Joris Van den Bossche> ARROW-7022, ARROW-7023: fix handling of pandas Index and Period/Interval extension arrays in pa.array Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>