developer-professional video for in the process of parsing a log file containing timestamp, account number (string), and transaction amount (number) columns,
In the process of parsing a log file containing timestamp, account number (string), and transaction amount (number) columns, you aim to efficiently compute the sum of transaction amounts for each unique account number. Which data structure is best suited for this task?