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
Release history Release notifications | RSS feed
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.4.tar.gz
(9.7 kB
view hashes)
Built Distribution
Close
Hashes for holidays_ext-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6478dc22bd91604d1d1d0cae0ad679e5910779ed992fd473baf0743f337f0fc5 |
|
MD5 | 338c89b8bdbaaaf0d79c11b75d48f2aa |
|
BLAKE2b-256 | deca1cf57b090f846e6780782adb29b9288e82d3b801b6a42d24f2ca6d113888 |