get_chunk返回的是DataFrame格式python import pandas as pd data = pd.read_table('filename.txt', iterator=True) chunk = data.get_chunk(5) 5表明 ...
確定! 回上一頁