lol yeah the python response of array can be wild.
I just `import pprint` and do `pprint.pprint(my_array)` when it’s a nested mess.
Also, `np.where()` is my bestie for tracking down weird values.
Ever had an array suddenly turn into a scalar? *cries in broadcasting*
I just `import pprint` and do `pprint.pprint(my_array)` when it’s a nested mess.
Also, `np.where()` is my bestie for tracking down weird values.
Ever had an array suddenly turn into a scalar? *cries in broadcasting*
