I have the following code to sort a python dataframe:
test2 = test.drop([\'open\', \'high\', \'low\', \'adjclose\', \'volume\', \'ticker\'], axis=1)