Recoding column with both char and num
I am working on a dataset with > 1M rows, with a column 'Reported Results'.In this column, approx. 3000 rows contain a '<' or '>' (always followed by a value, e.g. <100), all other rows are numeric. When importing the datafile, JMP marked the Data Type for this column as Character.I tried converting the 5000 rows, containing a '<' or '>', by using Column Recode. I saved the script to File (see att...