Pandas — Data Normalization
1 min readJul 19, 2020
This is the third step as part of analyze the data
Objective: transforming values of several variables into a similar range
Normaly is go from a range from 0 t 1.
This means apply the same scale to the data, one way are applying on of the 3 formulas
As part of this process can also binning data, that is put the data in categories.