Skip to main content

map_get

Function map_get 

Source
pub fn map_get(ca: &MapChunked, key: &Series) -> Result<Series, PolarsError>
Available on crate feature polars-ops only.
Expand description

Look up key in every row of ca, returning the Map’s value dtype.

Missing keys, null keys and null Map rows yield null.