rianoc-kx

Results 17 comments of rianoc-kx

@alvin-c-shih 15th correct? Today 8th is second Monday in April.

Thanks - just clicked that issue title is `2024-08-15` which should be `2024-04-15`.

https://code.kx.com/q/ref/dotq/#def-parse-options ```q q).Q.def[`arg1`arg2`arg3!(0j;`;.z.D)].Q.opt .z.x arg1| 1 arg2| `abc arg3| 2024.04.10 ``` From: https://stackoverflow.com/a/78305666/4256419

* https://code.kx.com/pykx/2.3/getting-started/PyKX%20Introduction%20Notebook.html * https://code.kx.com/pykx/2.3/pykx-under-q/intro.html * https://code.kx.com/pykx/2.3/pykx-under-q/upgrade.html

If you are not already using Pandas 2.0 it's worth upgrading as you will see a 3x speed improvement for these conversions. Pandas 1.5.3 ``` In [1]: import pykx as...

Isolating the IPC portion you can see the larger float data is slower to transfer: ```python In [3]: %timeit dat1 = handle('dat1') 1.13 s ± 49.7 ms per loop (mean...