Posts by Alexandre Henrique Caruso • 11 points
1 post
-
-2
votes1
answer332
viewsQ: How to format sum() output in Python dataframe
I would like to format the result of sum(). When I use the following command: # Valor concedido de aposentadoria por ano df.groupby('Ano')['Vlr Benefícios Concedidos (R$)'].sum() It returns me the…