Thursday, 22 August 2013

How to export a 2-dimensional matrix into a csv file in Python?

How to export a 2-dimensional matrix into a csv file in Python?

I have a 2-D matrix and I want to export it somehow with my python script
into a CSV, is there a fast and elegant way for that?
Thanks

No comments:

Post a Comment