How Do You Handle the Python Response of Array in Your Code? or What’s the Best Way to Manage the Pyt

16 Replies, 1410 Views

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.

Messages In This Thread



Users browsing this thread: 1 Guest(s)