Here is code you can use to print the first 10 lines of the csv file read in: import csv with open ('wineData.csv', encoding = "utf-8-sig") as csvfile: ...
確定! 回上一頁