pandas 使用dataframe 索引項相同時出現bug


使用的是join函數來合並兩個dataframe: df=df2.join(df1)

  bug:columns overlap but no suffix specified: Index([u'mukey'], dtype='object')

solution:

  使用:df=df1merge(df2,left_index = True, right_index = True)

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM