Hi,
I have a dataset. For some reason, the empty data cell was replaced by -99999, some of the cells was replaced by -1999999.
Is there any way to scan the whole dataset, remove this value and keep them empty?
Because the model will still take these -99999, -199999 value in the numerical variable as a valid value and output the incorrect results.
Thank you.