蔡佩臻python+csv+pandas

import pandas
rows=pandas.read_csv('TWSE.csv',encoding='utf-8')
print(rows.head(4))
print('蔡佩臻執行',rows['會計師事務所'].describe())
print('蔡佩臻執行',rows['實收資本額(元)'].describe())

留言

這個網誌中的熱門文章

蔡佩臻Python產生金融常識測驗

蔡佩臻金融常識互動測驗PYTHON產生HTML,CSS,JAVASCRIPT

蔡佩臻#輸入tkinter繪圖模組金融常識測驗app