劉于萱pandas describe.excel.percentrank.percentile

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

留言

這個網誌中的熱門文章

劉于萱Python產生金融常識測驗

劉于萱字串string方法method計數count分割split