Another dataframe might facilitate subsequent operations more easily.
df_new = df_stack_exchange.dtypes.to_frame('Type').reset_index()
df_new.rename(columns={'index':'Name'}, inplace=True)
df_new
Name Type
0 store object
1 worker int64
2 boxes int64