module nixtla.date_features


class CountryHolidays

Given a list of countries, returns a dataframe with holidays for each country.

method __init__

__init__(countries: list[str])

class SpecialDates

Given a dictionary of categories and dates, returns a dataframe with the special dates.

method __init__

__init__(special_dates: dict[str, list[str]])