Hi all,

I'm working with a dataset with around 350.000 rows and 20 columns. When I try to encode some variables, as they are recognized as string for some reason, it won't let me as it returns the error Too Many Values (r134). Basically, what I'm trying to do is just to convert my variable into a numerical variable by using encode. I also tried destring, but it gives me the error "contains nonnumeric values", which I cannot find at all in my dataset.

Please help me out,

Luc