Script to change data type for all columns that contain a string in their header?
I'm trying to write a script to change all the columns with the word "Mean" in their header to numeric data type and continuous modeling type. I'm getting the error that "Send Expects Scriptible Object" regarding the last line "cols << data type("numeric")". How would I fix my code? Or is there an easier way to accomplish the same task? cols = dt << get column names( string ); For( i = N Items( co...