課程
/后端開發(fā)
/Python
/Python制作數(shù)據(jù)分析工具
'NoneType' object has no attribute 'format',跟老師一樣的錯(cuò)誤我的運(yùn)行怎么會(huì)有這個(gè)錯(cuò)誤。
2018-09-15
源自:Python制作數(shù)據(jù)分析工具 3-5
正在回答
正確的應(yīng)該是print('the {} columns:{}'.format(i,name)) 把format放置到括號(hào)里面
把print('the? {} columns: {}').format(i,name)這行注釋掉,運(yùn)行的結(jié)果跟老師的一樣
薛定諤的小胖橘
舉報(bào)
用Python制作一個(gè)高效的數(shù)據(jù)診斷工具
1 回答運(yùn)行函數(shù)會(huì)報(bào)錯(cuò)
1 回答輸出df_eda_summary報(bào)錯(cuò)
1 回答Python3.7統(tǒng)計(jì)包導(dǎo)入出錯(cuò)!
1 回答整合那塊導(dǎo)包出錯(cuò)
3 回答getitem錯(cuò)誤
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-10-12
正確的應(yīng)該是print('the {} columns:{}'.format(i,name)) 把format放置到括號(hào)里面
2018-09-15
把print('the? {} columns: {}').format(i,name)這行注釋掉,運(yùn)行的結(jié)果跟老師的一樣