我想使用Python pandas pd.read_table函数将大型.csv文件的特定行读入pandas DataFrame块并跳过每个块的前三行 .

换句话说,阅读行的方式是这样的:行4:14,18:28,32:42等等 .

任何的想法?