Function polars::prelude::_coalesce_full_join

source ยท
pub fn _coalesce_full_join(
    df: DataFrame,
    keys_left: &[PlSmallStr],
    keys_right: &[PlSmallStr],
    suffix: Option<PlSmallStr>,
    df_left: &DataFrame,
) -> DataFrame
Available on crate feature polars-ops only.