I am new in Machine Learning so please excuse me of my limited knowledge. I am currently working on to learn more on normalization and standardization of data as I understand it is an essential step before application of any ML Model.
That being said, the text referred that when you have to decide if you want to apply Normalization or Standardization procedures, you must find out if your data follows a gaussian distribution, if it does not you use Normalization and if it does you use Standardization.
Now, in practice when you have a dataframe, do you go on to finding gaussian distribution one column at a time or do it for the entire dataset?