add_cohort_name

add_cohort_name(cohort, cohort_set)

Left join cohort_set to add cohort_name by cohort_definition_id.

Parameters

Name Type Description Default
cohort Any Ibis table with cohort_definition_id. required
cohort_set Any Ibis table with cohort_definition_id, cohort_name. required

Returns

Name Type Description
ibis.expr.types.Table Cohort with cohort_name column added.