Lists selection considers marker and info column
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())
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())