I have a dataframe like this
id 2013 Profits 2001 Revenues 1999 Assets...
31 xxxx xxxx xxxx
...
I want to drop the columns that do not start with '201' (I only want to keep the data 2010 and forward).
How can I do that?