Hi all,
I have a data frame that includes yearweek (week of the year), entity_name, and deposit_volume_btc (volume for each entity based on week of the year). How I can merge the first and last deposit_volume for each entity name?
For example:
- AAX 20220 deposit_volume should be merged with AAX 202152 and similarly, AltCoin Trader 20220 deposit volume should be merged with AltCoin 202132.