I have two dateframes, dfItem and dfCustomers, that I want to merge. dfItem consists of invoices over a ten year period, while dfCustomers consist of the customer number and customer name.
I want to create a new df where the corresponding kundenavn (customer name) is added to each row on dfItem. The common column is kundenummer (customer number).
Any suggestions are appreciated.