課程
/后端開發(fā)
/Python
/Python數(shù)據(jù)分析-基礎(chǔ)技術(shù)篇
根據(jù)以往經(jīng)驗(yàn)這個(gè)報(bào)錯(cuò)應(yīng)該是我代碼哪里敲錯(cuò)了,可是我核對(duì)了十多遍都不知道哪里錯(cuò)了
2018-11-03
源自:Python數(shù)據(jù)分析-基礎(chǔ)技術(shù)篇 4-4
正在回答
第24行的1e-8估計(jì)你寫成le-8了,那是數(shù)字“1”,不是字母“l(fā)”
舉報(bào)
使用Python進(jìn)行數(shù)據(jù)分析的基礎(chǔ)模塊簡(jiǎn)介
2 回答TypeError: 'tuple' object is not callable
3 回答No module named 'scipy.integrate'; 'scipy' is not a package
1 回答ModuleNotFoundError: No module named 'matplotlib.pyplot'; 'matplotlib' is not a package
3 回答pip not a command?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-11-15
第24行的1e-8估計(jì)你寫成le-8了,那是數(shù)字“1”,不是字母“l(fā)”