想讀取CSV 檔案,可以使用Python 內建的 csv 模組: >>> import csv >>> with open('MI_5MINS_HIST.csv', encoding = 'Big5') as f: ... print([row for row in ...
確定! 回上一頁