林毅豪Pandas.describe.EXCEL.percentrank.percentile 3月 16, 2026

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

留言

  1. 318指令有错误导致图形无法呈现https://linyh960303.blogspot.com/2026/03/pandasdescribeexcelpercentrankpercentil.html

    回覆刪除
  2. 317没有使用p r e导致指令挤在一起https://linyh960303.blogspot.com/2026/03/pandasdescribeexcelpercentrankpercentil.html

    回覆刪除

張貼留言

這個網誌中的熱門文章

林毅豪google colab執行python產生網頁

林毅豪python輸入tkinter和math函式庫