标签: python python-3.x pandas numpy boolean
我希望能够根据输入整数更改布尔运算的数量。 这可能吗?
前:
a = df[0] & df[1]
a = df[0] & df[1] & df[2]