I want to read and process a csv file with pandas. The file (as seen below) contains multiple header lines which are indicated by a # tag. I can import that file easily by using However, I have a lot of such files with different header names and I don’t want to name them (Time Cd Cs …) manually. Also