import pandas as pd chunks = pd.read_csv('test.csv',iterator=True) chunk = chunks.get_chunk(10)#读取前10行. 2. Pandas 之CSV 文件写入.
確定! 回上一頁