What is Data Cleaning? what do the basic steps include? Does anyone have
some experience related to this? I have done some recoding in SAS.
Any input is appreciated.
thanks
c***z 发帖数: 6348
2
http://en.wikipedia.org/wiki/Data_cleansing
A incomplete list of things to do:
switch data format (e.g. numeric to categorica, or from wide to long)
deal with missing value
deal with truncated data
deal with multicollinearity
explore relationship
etc
【在 c***z 的大作中提到】 : http://en.wikipedia.org/wiki/Data_cleansing : A incomplete list of things to do: : switch data format (e.g. numeric to categorica, or from wide to long) : deal with missing value : deal with truncated data : deal with multicollinearity : explore relationship : etc