q-lang Questions

5

Any ideas how to do this nicely in KDB? Consider the table X:([]a:1 2 3;b:`abc11`abc22`abc33;c:10 20 30) I now want a new table Y that has the "abc" stripped out of the symbols in the second co...
Hyperpituitarism asked 21/4, 2014 at 17:40

4

Solved

Is there a neat way of looking up the key of a dictionary by an atom value if that atom is inside a value list ? Assumption: The value lists of the dictionary have each unique elements Example: ...
Smokechaser asked 12/2, 2018 at 14:11

2

Solved

I have a table in kdb with 3 columns: date, currency, fx rate. Some of the fx are missing, and I want to replace the null fx by the value on the previous day, for the same currency obviously. I can...
Gurgitation asked 16/8, 2017 at 15:10

1

Solved

how can I access functions/variables in the root namespace once I jumped into another namespace. Example like this: q)\d .cfg q)domIV:1000 q)\d . q)n:1000 And then later on I know how to acces...
Llama asked 7/6, 2015 at 7:2

2

Solved

I am aware of this resource. But it does not spell out what parameters .u.upd takes and how to check if it worked. This statement executes without error, although it does not seem to do anything: ...
Erdah asked 20/11, 2013 at 19:4

3

Solved

I want to ensure all values in column x are no smaller than 0.5, so I do: update x:max (x 0.5) from myTable But this gives an error (in Studio For KDB+): An error occurred during execution of t...
Rilda asked 14/4, 2014 at 9:25

1

There's a new language Q, based on R, which was based on S ... you get the idea. Sadly, Q appears to be very slow in automining unicoins. Plus, Q : we don't have TIME for your little games! ...
Yasui asked 1/4, 2014 at 11:41

2

Solved

I have two directories that each contain a date-partitioned splayed table. Each directory has its own sym file as expected. The tables are exactly the same. I want to consolidate this into one dir...
Mushroom asked 24/6, 2013 at 13:3

3

Solved

I'm writing a q script that loads a db in a particular path and does some processing on it. The location of the db is currently hardcoded in the script, but I want to pass the db path as an argumen...
Ironmonger asked 4/7, 2011 at 13:44
1

© 2022 - 2024 — McMap. All rights reserved.