PANDAS Baca kolom header file CSV bukan kolom data yang sama

mydf = pd.read_csv("workingfile.csv", verbose=True)
Confused Cod