Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
1 answer
72 views

How to create nested dict from keyed table?

I have a keyed table, like ([k1: 20?`a`b`c; k2: 20?`x`y`z; k3: 20?1000] ; v: 20?`A`B`C) I need to pass this on to another application, which only accepts nested dicts. How can I turn this table into ...
chrise's user avatar
  • 4,265
0 votes
1 answer
32 views

Compare table meta across servers ignoring column order in KDB

I need to compare the schema (meta) of a table that exists on two different servers in kdb+. On Server A, the table has columns in order col1; col2; col3, and on Server B, the same table has columns ...
Nikhil Biradar's user avatar