代码非常简单 在合并列表的时候
resultP = pd.merge(outputP0, outputP, left_index = True, right_index = True, how = 'outer')
在跑程序的时候,会有一个FutureWarning:
Passing 'suffixes' which cause duplicate columns {'para_x'} in the result is deprecated and will raise a MergeError in a future version.
好像不至于会影响最终的结果,但是能够不要有这串东西