pandas分位数
xs.groupby(pd.qcut(xs, 5))
生成日期,字符串左补0函数zfill
[str(y)+'-'+str(m).zfill(2) for y in range(2006,2016) for m in range(1, 13)]