How can I separate the numeric data in a column from the non-numeric data?
I have data which I need to clean up. The data is a mix of numeric and non-numeric variables. I want to pull out all the non-numeric variables, replace them with 0s, and then convert the entire column from a text format to numeric format. Can't figure out how to do this. . .