How can I group by month and add the values according to the position of this object?
original = {"data":[["Dic",0,0,165,0],["Ene",0,0,200,0],["Ene",150,0,0,0],["Ene",150,20,10,500]]}
what i need = {"data":[["Dic",0,0,165,0],["Ene",300,20,210,500]]}