With a single line of code and the latest versions of Python and Pandas, you can achieve this:
pd.DataFrame({'columns': df.columns, 'importance': clf.feature_importances_}).sort_values(by="importance", ascending=False)