Hello, im trying merging or joining 2 dataframe on the same index.
i have just checked this page https://juliadata.github.io/DataFrames.jl/stable/man/joins/ and it seems all the join require the name of a column, but id like to use the index instead of column.
if it was possible to use something like:
join (df,df, on: index/row)
edit: merge!() seems to be perfect but its deprecatedβ¦