Description
We should add a take method to Array/ChunkedArray/Column that takes a list of indices and returns a reordered array.
For reference, see Pandas' interface: https://github.com/pandas-dev/pandas/blob/2cbdd9a2cd19501c98582490e35c5402ae6de941/pandas/core/arrays/base.py#L466
Attachments
Issue Links
- duplicates
-
ARROW-5713 [Python] fancy indexing on pa.array
-
- Closed
-
- is blocked by
-
ARROW-772 [C++] Implement take kernel functions
-
- Resolved
-
- relates to
-
ARROW-5454 [C++] Implement Take on ChunkedArray for DataFrame use
-
- Resolved
-