alifestd_drop_topological_sensitivity_polars

alifestd_drop_topological_sensitivity_polars(phylogeny_df: DataFrame, *, insert: bool = True, delete: bool = True, update: bool = True) DataFrame

Drop columns from phylogeny_df that may be invalidated by topological operations such as collapsing unifurcations.

Parameters

phylogeny_dfpolars.DataFrame

The phylogeny as a dataframe in alife standard format.

insertbool, default True

Drop columns sensitive to node insertion.

deletebool, default True

Drop columns sensitive to node deletion.

updatebool, default True

Drop columns sensitive to ancestor relationship updates.

See Also

alifestd_drop_topological_sensitivity :

Pandas-based implementation.