×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Python
Posted by: Ward Steemans
Added: Jun 5, 2022 8:45 PM
Modified: Jun 5, 2022 8:53 PM
Views: 10
Tags: no tags
  1. x_cereals_norm = pd.DataFrame()
  2. for column in x_cereals:
  3.         x_cereals_norm[column] = minmax_norm(x_cereals[column])