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