baris header pembaruan python

new_header = df.iloc[0] 

df = df[1:] 

df.columns = new_header
Weary Wolverine