Honestly, half my issues with the python response of array come from not reading the docs properly.
Like, did you know `numpy.ravel()` exists? Flattens everything without making copies (usually).
For debugging, I dump arrays to CSV with `pandas.to_csv()` and eyeball it in Excel. Judge me.
Like, did you know `numpy.ravel()` exists? Flattens everything without making copies (usually).
For debugging, I dump arrays to CSV with `pandas.to_csv()` and eyeball it in Excel. Judge me.
