研究ノート(08):numpyのデータ分析が-fromstringメソッドの配列を作成-NumPy

すぐに学ぶ:https://edu.csdn.net/course/play/25878/316057?utm_source=blogtoedu

fromstring:

          S1 = '1 2 3'

          np.fromstring(S1、DTYPE = INT、9月=」「)

           S2 = np.fromstring '1,2,3'(S2、DTYPE =フロート、9月= '')

 

公開された24元の記事 ウォンの賞賛8 ビュー1173

おすすめ

転載: blog.csdn.net/qq_41739233/article/details/104240473