So I have a dat file here which I am using Python to read. Throughout the file, there are unnecessary lines such as BEGIN etc and the portion which I really wanted to start reading is from the dataframe onwards.
As such, I wanted to check whats the best way to do this in Python and only read the dataframe when it begins?
Thank you!