Home > other >  Python how to implement such q.f ilter (> 0, a) argument passed a formula
Python how to implement such q.f ilter (> 0, a) argument passed a formula

Time:10-04

 
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?
  • Related