from google.colab import files # 上傳CSV uploaded = files.upload() import io df2 = pd.read_csv(io.BytesIO(uploaded['你的檔案名稱.csv'])) ...
確定! 回上一頁