Home › Forums › kdb+ › qpython to select columns from table › Re: qpython to select columns from table
-
See docs for more on how the library handles difference between symbols and strings:
https://qpython.readthedocs.io/en/latest/type-conversion.html#string-and-symbols
(Answer above updated to use
numpy.string_
to pass symbols as needed)