I need to inner-join 2 dataframes: routes and sources. Joining should be on routes.source
=sources.row number
. And I don't see how to do it (in Python/Pandas you'd just do right_index=True
). I've checked the DataFrames.jl doc, and can't see how to join on row number. Nor I could convert row number into another column.
Routes:
Sources: