numpy的取值,拼接

Python 數據分析 之numpy的取值,拼接 —b站 python數據分析(黑馬程序員)python import numpy as np t = np.arange(12).reshape(3, 4) print(t) [[ 0 1 2 3] [ 4 5 6 7] [ 8 9 10 11] [12 13 14 15] [16 17 18 19] [20 21 22
相關文章
相關標籤/搜索