#列名など、文字データが格納されたファイルをnumpyで読み込むとエラーがでます。
dtype='unicode'を指定すると読み込むことができます。
seedsAt_np = np.loadtxt('seeds_attribute.csv', delimiter=',', dtype='unicode')
Go to list of users who liked
More than 3 years have passed since last update.
#列名など、文字データが格納されたファイルをnumpyで読み込むとエラーがでます。
dtype='unicode'を指定すると読み込むことができます。
seedsAt_np = np.loadtxt('seeds_attribute.csv', delimiter=',', dtype='unicode')
Register as a new user and use Qiita more conveniently
Go to list of users who liked