Use this tag for questions related to the Pandas merge function or merge method of a Pandas DataFrame object
merge
is a function (or method) used to merge DataFrame or named Series objects with a database-style join.
The join is done on columns or indexes. If joining columns on columns, the DataFrame indexes will be ignored. Otherwise if joining indexes on indexes or indexes on a column or columns, the index will be passed on.
See: