You can change one or more column names of your pandas DataFrame with rename() method. Let’s see the sample below: Sample: On the Second script above, on the df.rename() method, inplace = True, to update in current DataFrame. And on the Third script, regex = True to prevent from warning below: Output: