frames = [df_heart, a, b, c] df_heart = pd.concat(frames, axis = 1) df_heart = df_heart.drop(columns = ['cp', 'thal', 'slope']) df_heart.head() # 显示新的dataframe