Home › Forums › kdb+ › Trying to run ArrowKDB Examples from doc › Re: Trying to run ArrowKDB Examples from doc
-
You have tried to use the function
.arrowkdb.tb.prettyPrintTableFromTable
and received the error'.arrowkdb.tb.prettyPrintTableFromTable
.In kdb this means the variable does not exist:
q)doesNotExist[1] 'doesNotExist [0] doesNotExist[1]
This suggests you have yet to load the library.
Either pass it to the command line
q arrowkdb.q
or load it in your running sessionq)l arrowkdb.q