課程
/后端開發(fā)
/Python
/Python數(shù)據(jù)分析-基礎(chǔ)技術(shù)篇
spyder3里面,運行 np.dot(arr1.reshape([2,2]),arr2.shape([2,2])) 后出現(xiàn)的錯誤
2019-05-03
源自:Python數(shù)據(jù)分析-基礎(chǔ)技術(shù)篇 2-4
正在回答
shape 改為 reshape
應(yīng)該已經(jīng)解決了吧 shape。。
舉報
使用Python進行數(shù)據(jù)分析的基礎(chǔ)模塊簡介
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 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2019-05-14
shape 改為 reshape
2019-05-08
應(yīng)該已經(jīng)解決了吧 shape。。