get_holiday_names# openstef_models.transforms.time_domain.holiday_features_adder.get_holiday_names(country_code: CountryAlpha2, reserved_features: frozenset[str] = frozenset({'sunday', 'week_day', 'weekend_day'})) → list[str][source]# Get list of original holiday names for the country. Returns: List of unique holiday names in their original form. Parameters: country_code (CountryAlpha2) reserved_features (frozenset[str]) Return type: list[str]