我有一个列表,L和一些值,V。如果列表中没有一个,它会传递条件。至于另一边,如果其中一个在列表中,它会传递另一个条件。If "none elements of" V in L:If "one element of" V in L:例如,我有以下列表:我想检查数组v中的值,例如:使用这个V和这个L,它应该打印"Not“,因为0在列表中。如果V是V= 1
})df["c"] = np.where((df.a.isin(thresh) | df.b.isin(thresh)), 1, 0) # find the values within the threshold and flag column 'c'#If you want to collect your data as an NumPy array, use 'to_