The given dataset contains transfers between bank accounts. Every row contains the bank_account and the transfer_amount. The purpose is to calculate per bank account the total transfer_amount and to put this in a new dataframe. This new dataframe should only consist of unique bank_accounts (not the same as in the old one in which each bank account can appear multiple times) and the sum of their transferred amount.
Example: the lowest table is what the result should look like