摘要: 使用的是join函数来合并两个dataframe: df=df2.join(df1) bug:columns overlap but no suffix specified: Index([u'mukey'], dtype='object') solution: 使用:df=df1merge(df2 阅读全文
posted @ 2018-09-13 14:09 青牛梦旅行 阅读(2371) 评论(0) 推荐(0)