鄭承峻Python套件CSV比較EXCEL


import pandas #下載 TWSE.csv檔案
rows = pandas.read_csv('TWSE.csv',encoding = 'utf-8')
print(rows['會計師事務所'].describe())
print(rows["員工人數-母公司"].describe())

留言

  1. 期中考。https://zhengword.blogspot.com/2026/04/exceljavasc.html
    https://zhengword.blogspot.com/2026/04/pythoncsvexcel.html

    回覆刪除

張貼留言

這個網誌中的熱門文章

甲班鄭承峻PYTHON特色:維基百科

鄭承峻輸入tkinter繪圖模組金融常識測驗app

鄭承峻期末考為python貪吃蛇增加速度