Creating a New Column with Initial Sequence Data
I frequently concatenate multiple data tables into a single table and then add two new columns with initialized data. New Column 1 is called "Device" and is a constant that I enter. New Column 2 is called "Index" and is sequential data from 1 to x, where x is the last row in the data table. I would like to script the creation of these two new columns in the concatenated table, ideally with a Pop ...