def __post_init__()

in trend_getter/holidays.py [0:0]


    def __post_init__(self):
        self.countries = np.unique(self.df.country)
        self.observed_years = pd.to_datetime(self.df.submission_date).dt.year.unique()

        self.dau_dfs = {}
        self.holiday_dfs = {}