import pandas as pd. 3. . 4. # Read the csv file. 5. data = pd.read_csv('data.csv'). 6. . 7. # Print it out if you want. 8. print(data). csv python write.
確定! 回上一頁