You can use Pandas library to read the first few lines from the huge dataset. import pandas as pd data = pd.read_csv("names.csv", nrows=1).
確定! 回上一頁