Skip to main content

apply_json_tuple

Function apply_json_tuple 

Source
pub fn apply_json_tuple(
    column: Column,
    keys: &[String],
) -> PolarsResult<Option<Column>>
Expand description

json_tuple(json_str, key1, key2, …) - extract keys from JSON; returns struct with one field per key (PySpark json_tuple).