...
type(month)
pandas.core.series.Series
import pandas as pd
dict_month = {'month':month.index,'numbers':month.values}
df_month = pd.Dataframe(dict_month)

...
type(month)
pandas.core.series.Series
import pandas as pd
dict_month = {'month':month.index,'numbers':month.values}
df_month = pd.Dataframe(dict_month)