KX Community

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

Home Forums PyKX how to push data to RDB/HDB using pykx Re: how to push data to RDB/HDB using pykx

  • renbright

    Member
    January 11, 2024 at 12:00 am

    Thanks for your reply. I am good now.  currently my .u.upd does not take table as input.  it works after I converted table into list:  flip = kx.q(‘flip’); ticker(‘.u.upd’,’ustrisk’, flip (df.values.tolist()))

    is there any good way to upsert list/dataframe to HDB table?