Is it possible to build up a Columns value with multiple parts incrementally?
to accomplish:
mycols = IndexedTables.Columns(timestamps=ts)
mycols = push!(mycols, newcol=newvals )
Is it possible to build up a Columns value with multiple parts incrementally?
to accomplish:
mycols = IndexedTables.Columns(timestamps=ts)
mycols = push!(mycols, newcol=newvals )