I have a data table where I can not count on the column names being the same from moment to moment so I cannot build Calculated Columns the standard way because it uses the "Column Name" property (and that can change).
So, I'd like to build them via IronPython using the External Name which won't change without notice.