Expanding this question,
kdb+: replace null integer with 0
Ff I have a large table that contains different data types like float, int, timestamps, how can I expand this
0^tbl
to only get applied to columsn of a certain type. Currently, if I apply it to the full table, I get a type error and there must eb a smarter way than doing it column by column manually