python 數據融合函數pd.merge() (數據酷客學習總結)

pd.merge()經常使用參數 import pandas as pd left = pd.DataFrame({'姓名':['q','w','e'],'年齡':['18','19','20']}) right = pd.DataFrame({'姓名':['q','w','r'],'籍貫':['湖北','北京','上海']}) left 姓名 年齡 0 q 18 1 w 19
相關文章
相關標籤/搜索