Debes hacerlo directamente en MySQL cuando realices la consulta (si es posible):
SELECT DISTINCT Type, SUM(Price) as Total FROM table_name GROUP BY Type
Debes hacerlo directamente en MySQL cuando realices la consulta (si es posible):
SELECT DISTINCT Type, SUM(Price) as Total FROM table_name GROUP BY Type