Dump a NumPy array into a csv file
Asked 07 September, 2021
Viewed 450 times
  • 47
Votes

Is there a way to dump a NumPy array into a CSV file? I have a 2D NumPy array and need to dump it in human-readable format.

11 Answer