Commits


David Li authored and Antoine Pitrou committed 49f4b18fe9a
ARROW-12948: [C++][Python] Add slice_replace kernel This adds a slice_replace kernel mimicking Pandas's str.slice_replace. There are both ascii and UTF8 variants, indexing respectively with bytes and codepoints. The ascii variant also works on binary arrays. Closes #10494 from lidavidm/arrow-12948 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>