Posts by Gi Muniz • 3 points
3 posts
-
0
votes1
answer24
viewsQ: Empty table ("Empty Dataframe") and ambiguity of comparison in Pandas
Hello, I’ve been trying for a few days to set up a program, the bulk of it is working but there are two demands that do not come true at all. who are they: Amount and total amount of tests involving…
-
-1
votes1
answer53
viewsQ: Print of the smallest number of a pandas table
Hello, I have a CSV file with 1000 lines and 10 columns, one of the columns shows the age of the people, the minimum male age is 0 and the maximum is 96, but when giving the print the result comes…
-
0
votes1
answer321
viewsQ: I need to add some specific lines in a data frame
I need to add the value of the lines in which appears "Resposnsável C', in a practical way I need to add lines 3, 4 and 9 from column 2, the result should be 112. So far I’ve been able to print the…