Just tried on my codes and it works.
try this:
df.columns = df.iloc[0]
df.drop(df.index[0], inplace=True)