#配列の結合などで、思わぬエラーになり、ファイルに要素を書き出して確認したいがデフォルトではfloatなのでうまくいかない。
np.savetxtで、fmt="%d"を指定して書き出す。
np.savetxt("a.csv", target, fmt = "%d")
Go to list of users who liked
More than 3 years have passed since last update.
#配列の結合などで、思わぬエラーになり、ファイルに要素を書き出して確認したいがデフォルトではfloatなのでうまくいかない。
np.savetxtで、fmt="%d"を指定して書き出す。
np.savetxt("a.csv", target, fmt = "%d")
Register as a new user and use Qiita more conveniently
Go to list of users who liked