join() (Pandas)
df.join() combines DataFrames primarily on their index, acting as a convenient shorthand around merge for index-aligned joins. By default it does a left join.
df.join() combines DataFrames primarily on their index, acting as a convenient shorthand around merge for index-aligned joins. By default it does a left join.