powerpeanuts @powerpeanuts • Joined Feb 2024 • Active a year ago Remove Connection Are you sure you want to remove from your connections? Profile Forums Discussions Replies Favorites Discussions Replies Favorites Forum Replies Created powerpeanuts Member August 9, 2023 at 12:00 am in reply to: LicenseException: A valid q license must be in a known location (e.g. `$QLIC`) to run q code via ‘pykx.q’. I have similar issue as well, already set QLIC pointing to license folder, but get license error: upd, not sure if same root cause as yours. powerpeanuts Member July 12, 2022 at 12:00 am in reply to: 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")) powerpeanuts Member June 29, 2022 at 12:00 am in reply to: select avg (ignore null) perfect, exactly what I am looking for. Thanks David. powerpeanuts Member May 11, 2022 at 12:00 am in reply to: how to clear the current line Thanks. I’m on linux and Ctrl + U works