1
私は自分のデータに2段階のフィルタ処理を持ってパンダデータフレームの選択
data = data[data['Open']>0 and data['Volume']>1]
をしかし、私は
ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
がエレガントあり得ます一度にこの操作を実行する方法は?