Function index_of

Source
pub fn index_of(
    series: &Series,
    needle: Scalar,
) -> Result<Option<usize>, PolarsError>
Expand description

Find the index of a given value (the first and only entry in value_series) within the series.