讀取CSV File import pandas as pd # 引用套件並縮寫為pd df = pd.read_csv('shop_list2.csv') ... 該功能可以通過使用適當的文件路徑從操作系統中讀取文件。
確定! 回上一頁