1 min read
powershell batch file press any key to continue
batch file press any key to continue
for column in cleaned_df.columns: if cleaned_df[column].dtype == np.number: continue cleaned_df[column] = LabelEncoder().fit_trasform(cleaned_df[column])