Q=query (tabel1. A, tabel1. B)
Q=q.f ilter (tabel1. A & gt;
0,)
Similar to the above sentence, q object is how to obtain table1. A & gt; 0 the argument compares,
CodePudding user response:
Don't want to rewrite tabel1. A __lt__ this object () method?