import pandas as pd df = pd.read_csv (r'Path where the CSV file is stored\File name.csv') print (df)
確定! 回上一頁