Posts by Giovanna Muniz • 23 points
2 posts
-
0
votes1
answer77
viewsQ: Remove row and column numbering from the Dataframe of an Array
I am making a program that reads a table in CSV and transforms it into an array in python using pandas, I was able to transform it but Dataframe numbered the rows and columns and I wish to delete…
-
-6
votes2
answers45
viewsQ: I need to count a number of specific numbers per column in a matrix
I’m doing a program that reads the number "1" per row in the matrix and I need to find the number "1" per column. It turns out that I am not able to assemble a code that reads only the columns and…