課程
/后端開發(fā)
/Python
/Python制作數(shù)據(jù)分析工具
'NoneType' object has no attribute 'format',跟老師一樣的錯誤我的運行怎么會有這個錯誤。
2018-09-15
源自:Python制作數(shù)據(jù)分析工具 3-5
正在回答
正確的應(yīng)該是print('the {} columns:{}'.format(i,name)) 把format放置到括號里面
把print('the? {} columns: {}').format(i,name)這行注釋掉,運行的結(jié)果跟老師的一樣
薛定諤的小胖橘
舉報
用Python制作一個高效的數(shù)據(jù)診斷工具
1 回答運行函數(shù)會報錯
1 回答輸出df_eda_summary報錯
1 回答Python3.7統(tǒng)計包導(dǎo)入出錯!
1 回答整合那塊導(dǎo)包出錯
3 回答getitem錯誤
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)微信公眾號
2018-10-12
正確的應(yīng)該是print('the {} columns:{}'.format(i,name)) 把format放置到括號里面
2018-09-15
把print('the? {} columns: {}').format(i,name)這行注釋掉,運行的結(jié)果跟老師的一樣