I have a CSV file out of which only a few columns need normalization(others are binary values). Should I selectively normalize the required columns or should I normalize all the columns in the table? If I normalize the entire table will I lose some information or noise is introduced into data that don't require any normalization or standardization?
Let's make some points clear.
Understanding part:
+Added: