pub fn convert_to_unsigned_index(
s: &Series,
target_len: usize,
) -> Result<ChunkedArray<UInt32Type>, PolarsError>Available on crate feature
polars-ops only.pub fn convert_to_unsigned_index(
s: &Series,
target_len: usize,
) -> Result<ChunkedArray<UInt32Type>, PolarsError>polars-ops only.