关于 pandas merage 合并数据异常问题

测试环境稳如狗,生成环境处处 bug

异常报错 You are trying to merge on object and float64 columns. If you wish to proceed you should use pd.concat

把合并的 df 转换类型 df.astype(str)