I don't know the number of rows of my dataset as it is very large, but I want to use skiprows as an integer so I can skip only the first few rows and such.
But this removes the header and uses a previous row as the header, how can I use skiprows as an integer value but also keep the original header?