I want to keep track of the original line numbers.
I tried using the skiprows parameter of pd.read_csv(). The original line numbers are not preserved so.
If I start reading at row 100, then the first row number in the in the obtained dataframe will be 0. Moreover I want to preserve the original header.
If you have a range index and want to keep the header and skip the next
nrows, use arangeinskiprows:Output: