I have a dataframe as follows:
PLEASE_REMOVE 2013 2014 2015 THIS_IS_EASY ------------------------------- Bob 0 3 4 Mary 2
Like this:
df = df.rename_axis(None)
This will get rid of everything on the top left. you can also do it in place: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.rename_axis.html