KX Community

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

Home Forums kdb+ pyq add column to table Re: pyq add column to table

  • Laura

    Administrator
    June 28, 2021 at 12:00 am

    so play along with me:

    1) have tried table[`col] or table.col assignment — no go

    2) have tried “update” which naturally won’t work given that im not trying to create a new col from data existing within the table itself

    3) have tried to upsert the column as its own table into the existing table (it should work given they’re of the same length) but thusfar no go.

    what’s the pyq-onic way to do this?