pandas.DataFrame.join — pandas 1.5.3 documentation
pandas.pydata.org › api › pandasEfficiently join multiple DataFrame objects by index at once by passing a list. Parameters otherDataFrame, Series, or a list containing any combination of them Index should be similar to one of the columns in this one. If a Series is passed, its name attribute must be set, and that will be used as the column name in the resulting joined DataFrame.