Posts by LSantos • 1 point
1 post
-
0
votes0
answers383
viewsQ: Dataframe: Empty 'Dataframe': no Numeric data to Plot
I’m trying to get the highest values in the column Valor Pago. No Jupyter. top_10_empenho = portal[['Descrição', 'Valor Pago']].head(10).set_index('Descrição').sort_values('Valor Pago',…