def get_holiday_json(self): """ ??????? :return: """ path = os.path.join(pwd, 'holiday.json') return pd.read_json(path, typ="series").sort_index()