Baca bagian dari file panda

df = pd.read_csv('matrix.txt',sep=',', header = None, skiprows= 1000, nrows=1000)
Unsightly Unicorn