Skip to content

Lists selection considers marker and info column

Micha-Frederick Kessler requested to merge extend_list_selection-feature into dev

When using a combined df for list selection, the marker and info columns are also considered. Example:

import markerrepo.marker_repo as mr
mr.guided_search(df=mr.combine_dfs())

Merge request reports

Loading