Skip to main content

Extended holidays package

Project description

Holidays Extension

This repo forks the Facebook Prophet library, and serve as an extension of the Python holidays library. The holidays are customized and extended.

To use this library, simply do

from holidays_ext.get_holidays import get_holiday
from holidays_ext.get_holidays import get_holiday_df

holidays = get_holiday(
    country_list=["UnitedStates", "Russia"],
    years=[2019, 2020]
)
holidays

holidays_df = get_holiday_df(
    country_list=["UnitedStates", "China", "India"],
    years=[2018, 2019, 2020, 2021]
)
holidays_df

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

holidays-ext-0.0.8.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

holidays_ext-0.0.8-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page