'Adding time entries for same employee and display as one single time

I have a set of scraped data of employees and their productivity times, the data have weekly entries of each employee so which gives us multiple entries for every employee for a month so I would like to add all the values of time for all the weeks for each employee and show them as a single value.

This is the sample of data



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source