Date: 2025-01-15 11:10:41
Score: 0.5
Natty:
You index using the symbol to get the vector:
q)t:([] A_1:1 4 7;A_2:2 5 8;A_3:3 6 9)
q)x:1
q)t`A_1
1 4 7
q)t`$"A_",string x
1 4 7
https://code.kx.com/q/kb/faq/#column-indexing
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- High reputation (-1):
Posted by: rianoc