Skip to content

[C++][Python] Allow utf8_slice_codeunits to support default start value of None to support strings of different length #34917

@rohanjain101

Description

@rohanjain101

Describe the enhancement requested

Related to pandas-dev/pandas#52434. Currently utf8_slice_codeunits doesn't support a default start value. It would be nice to support default of 0 if step > 1 and len -1 if step < 0 for parity with pandas.

Component(s)

Python

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions