Posts by Miguel Botelho • 11 points
2 posts
-
0
votes1
answer202
viewsQ: How to generate a horizontal multiple graph using python
Good afternoon, I’m doing a job for the college where I need to generate a multiple graph in horizontal bars. I’m using the following code: df_escolaridade['Espacialidades'] =…
-
-1
votes1
answer1033
viewsQ: Truncate Value to two decimal places in PHP
I would like to truncate a value into two decimal places in php, without rounding the value. Ex: 25,98/4 = 6,495. But in PHP it appears 6.5 I’m using the number_format: $valor_pedido =…
phpasked Miguel Botelho 11