合并数据集

一.merge函数参数表格

 merge(left,right,how='inner',on=None,left_on=None,right_on=None,left_index=False,right_index=False,sort=False,suffixes=                          ('_x','_y'),copy=True,indicator=False,validate=None)

python数据融合算法 python merge、concat合并数据集_数据集

 

二.concat函数参数表格

注:当索引有重复项时,不能用concat。

python数据融合算法 python merge、concat合并数据集_数据集_02