transform

transform.transform(df: pl.DataFrame)

Transform

Usage

This function calls all the transformation functions at once. To be used against a pl.DataFrame

Examples

import wadoh_subtyping.transform as tf

df = tf.transform(df=phl_df)