Home › Forums › PyKX › how to push data to RDB/HDB using pykx › Re: how to push data to RDB/HDB using pykx
-
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?