DataFrame Standardize
normalized_df=(df-df.mean())/df.std()
Excited Eel
normalized_df=(df-df.mean())/df.std()