Skip to content

lisa.analysis.tasks: Fix use of membership test for dataframes

Pandas dataframes cannot be tested for membership in a container, since comparison between a dataframe and another object with == returns a dataframe instead of a boolean.

Merge request reports