how to replace empty values of numeric columns with the average column value
good morning,someone can help me? ...i would like to replace empty values of numeric columns with the average column value. i tried this dt = Current Data Table();FILL = dt << get column names( Numeric );For( i = 1, i <= N Items( FILL ), i++,FILL[i][dt << get rows where( Is Missing( FILL[i][] ) )] = col mean(FILL[i]);); thanks in advanceGianpaolo
dherring_wakehe
msharp