onetick.py.Operation.__eq__#

Operation.__eq__(other)#

Return equality in filter operation.

Examples

>>> t = otp.Ticks(A=[0, 1, 2, 3])
>>> t = t.where(t['A'] == 1)
>>> otp.run(t)
                     Time  A
0 2003-12-01 00:00:00.001  1