Posts by LVoltz • 3 points
1 post
-
0
votes2
answers297
viewsQ: How to find the most common value within each column of an array using python?
I have a matrix (3 x 3280), I need to go through each column and consequently each row and find the most frequent value and thus generate another vector (1 x 3280) with these values. For example:…