Add binary string slicing #21514
Labels
accepted
Ready for implementation
enhancement
New feature or an improvement of an existing feature
P-medium
Priority: medium
I've noticed we're missing the three following (in my opinion) rather crucial functions on binary strings in Polars:
Expr.bin.slice
Expr.bin.head
Expr.bin.tail
These would have signatures similar to those on
Expr.str
, but work on bytes rather than codepoints.The text was updated successfully, but these errors were encountered: