Skip to content

Instantly share code, notes, and snippets.

@peroon
Created January 5, 2017 06:38
Show Gist options
  • Select an option

  • Save peroon/ab447e129df049b4321391ec06cf4f11 to your computer and use it in GitHub Desktop.

Select an option

Save peroon/ab447e129df049b4321391ec06cf4f11 to your computer and use it in GitHub Desktop.
# 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