課程
/后端開發
/Python
/Python數據分析-基礎技術篇
spyder3里面,運行 np.dot(arr1.reshape([2,2]),arr2.shape([2,2])) 后出現的錯誤
2019-05-03
源自:Python數據分析-基礎技術篇 2-4
正在回答
shape 改為 reshape
應該已經解決了吧 shape。。
舉報
使用Python進行數據分析的基礎模塊簡介
1 回答le is not defined
3 回答No module named 'scipy.integrate'; 'scipy' is not a package
1 回答ModuleNotFoundError: No module named 'matplotlib.pyplot'; 'matplotlib' is not a package
5 回答TypeError: zip argument #1 must support iteration
3 回答pip not a command?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2019-05-14
shape 改為 reshape
2019-05-08
應該已經解決了吧 shape。。