pip install pandas import pandas as pd # Read the csv file data = pd.read_csv('data.csv') # Print it out if you want print(data)
確定! 回上一頁