Introduction
Merging on index helps you combine two tables by matching their row labels instead of columns. It is useful when the row labels carry important information.
You have two tables with related data and their row labels (indexes) match.
You want to join data based on unique IDs stored as row indexes.
You want to combine time series data where dates are the index.
You want to add columns from one table to another using the index as the key.