Closed shihwachang closed 1 year ago
I'm not sure what bool_arr
is since you just commented out the name in the image. The hint suggests that you should use the apply
table method for the intended solution. This is how you can prevent looping through the row indexes.
I don't see anything to fix, so I'll close this issue. It seems this is more of a question about the intended way to complete the assignment.
When I attempted to code the results, it returns array of ([1,1,0,......]), then I need to use bool_arr to convert it to the boolean values that we were asked to do. Is this the intended task?