pd.concat:Concatenate pandas objects along a particular axis with optional set logic along the other axes. pd.DataFrame.join: Join columns with other DataFrame either on index or on a key column join(self, other, on=None, how='left', lsuffix='', rsuffix='', sort=False) ->...