I have a dataframe as follows:
PLEASE_REMOVE 2013 2014 2015 THIS_IS_EASY ------------------------------- Bob 0 3 4 Mary 2
In Pandas 1.0.3 I have used the following :
df.rename_axis(None, axis = 1)