I want to skip the first 17 lines while reading a text file.
Let’s say the file looks like:
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
good stuff
I just want the good stuff. What I’m doing is a lot more complicated, but this is the part I’m having trouble with.
Use a slice, like below:
If the file is too big to load in memory: