Home › Forums › kdb+ › qpython to select columns from table › Re: qpython to select columns from table
-
Thanks @rocuinneagain. I was trying the functional select and have to convert the strings to <class ‘numpy.bytes_’> first (I am using python 3), i.e.
q("{?[y;();0b;{x!x}(),x]}", np.bytes_("iq"), np.bytes_("t"))