create_roster
transform.create_roster(
matched_and_transformed_df: pl.DataFrame,
respnet: pl.DataFrame,
)Create Roster
Usage
Apply to a transformed and matched pl.DataFrame
Examples
import wadoh_subtyping.transformations as tf
create_roster = tf.create_roster(matched_and_transformed_df=fuzzy_matched,respnet=wdrs_table)