-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Among other things, this can be used to convert from DictionaryArray back to dense array. This is equivalent to ndarray.take in NumPy
Reporter: Wes McKinney / @wesm
Assignee: Ben Kietzman / @bkietz
Subtasks:
- [C++] Implement take kernel functions - primitive value type
- [C++] Implement take kernel functions - string/binary value type
- [C++] Implement take kernel functions - nested array value type
- [C++] Implement take kernel functions - properly handle special indices
Related issues:
- [C++/Python] Add pandas-like take method to Array (blocks)
- [C++] Take kernel on DictionaryArray does not preserve ordered flag (relates to)
- [C++] Return more specific invalid Status in Take kernel (relates to)
Note: This issue was originally created as ARROW-772. Please see the migration documentation for further details.