Skip to content
Kshitij Soni edited this page Jul 8, 2015 · 1 revision

Function Name : stndize

Details : stndize('file path',list of columns)

            Transforms originalvalue into its respective "Z" value
            return Returns standardized column              

Example

INPUT : stndize('/iris.csv',['Sepal.Length'])

OUTPUT : standardize column

Sepal.Length

0 -0.897674 1 -1.139200 2 -1.380727 3 -1.501490 4 -1.018437 5 -0.535384

Clone this wiki locally