pandas,dataframe按某一列合并2个df

df_fund = pd.merge( df_fund, df_performance , left_on=“基金代码”, right_on=“基金代码” )

你可能感兴趣的:(python,python)