當陣列包含字串資料時,我在使用numpy時遇到一些瑣碎的麻煩。我有以下程式碼: my_array = numpy.empty([1, 2], dtype = str) my_array[0, ...
確定! 回上一頁