You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(record.filter.items())
[]
'PASS' in record.filter
True
'PASS' in record.filter.keys()
False
The behaviour of this in check feels confusing.
Is it correct and expected that the right way to check if a particular record has a filter value is by using keys?
I am guessing that doing in on just record.filter is checking the header associated with this record (which obviously has the PASS row)?
The text was updated successfully, but these errors were encountered:
Trying to check the filter values of a record:
The behaviour of this
in
check feels confusing.Is it correct and expected that the right way to check if a particular record has a filter value is by using
keys
?I am guessing that doing
in
on justrecord.filter
is checking the header associated with this record (which obviously has thePASS
row)?The text was updated successfully, but these errors were encountered: