Pandas DataFrame join() Method - W3Schools
https://www.w3schools.com/python/pandas/ref_df_join.aspThe join () method inserts column (s) from another DataFrame, or Series. Syntax dataframe .join ( other, on, how, lsuffix, rsuffix, sort) Parameters The join, on , how, lsuffix , rsuffix, sort …