onetick.py.Operation.__eq__#

Operation.__eq__(other)#

Return equality in filter operation.

Examples

>>> t = otp.Ticks(A=range(4))
>>> t = t.where((t['A'] == 1))
>>> otp.run(t)[['A']]
   A
0  1