Pytables NumExpr ValueError: too many inputs when querying with a lot of conditions
问题 I encounter this error when querying a pytables table with where method passing a string with 50 conditions. These conditions are basically a translation of a SQL IN clause i.e. I want to get records where a particular field is equal to a certain list of values. C:\Python2764\lib\site-packages\numexpr\necompiler.pyc in evaluate(ex, local_dict, global_dict, out, order, casting, **kwargs) 744 kwargs = {'out': out, 'order': order, 'casting': casting, 745 'ex_uses_vml': ex_uses_vml} --> 746