SyntaxFix
Write A Post
Hire A Developer
Questions
Just iterate over the transposed of your array:
for column in array.T: some_function(column)