Tuesday, July 16, 2024

write to csv from Python

 Python Write Array To CSV [4 Methods] - Python Guides

Of the four options,
pandas.to_csv()
csv.writerow()
numpy.savetxt
numpy.tofile()

the tofile() method was what I used for the spline in OSREC-interp.

No comments:

Post a Comment