我有一个巨大的数据集,我正试图逐行阅读它。 目前,我正在使用pandas读取数据集: df = pd.read_csv("mydata.csv", sep =',', nrows = 1) 这个函数只允许我读第一行, ...
確定! 回上一頁