import pandas as pd pd.DataFrame(np_array).to_csv("path/to/file.csv")
from numpy import genfromtxt my_data = genfromtxt('my_file.csv', delimiter=',')