KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ Trying to run ArrowKDB Examples from doc Re: Trying to run ArrowKDB Examples from doc

  • rocuinneagain

    Member
    November 13, 2023 at 12:00 am

    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 session q)l arrowkdb.q