Created
January 5, 2017 06:38
-
-
Save peroon/ab447e129df049b4321391ec06cf4f11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # CSVからの読みこみ | |
| g = np.genfromtxt("gen.csv",delimiter=",") | |
| print g | |
| # CSV出力 | |
| np.savetxt("saved.csv", c, delimiter=",", fmt="%.2f") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment