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
Release files for holidays-ext 0.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| holidays-ext-0.0.8.tar.gz | 9.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| holidays_ext-0.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.7 kB
Release files / holidays-ext-0.0.8.tar.gz
| Download URL | holidays-ext-0.0.8.tar.gz |
|---|---|
| Size | 9.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b2f80051dc3191262b9a95a6c625427a53a50814b0f162a87fdb22fccf978090
|
|
BLAKE2b-256 checksum How to use checksums |
197c3d447a4b3acd3a6b9cf65a24182a139aae6ae5781ac6ca23918632ed26be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.8
|
Release files / holidays_ext-0.0.8-py3-none-any.whl
| Download URL | holidays_ext-0.0.8-py3-none-any.whl |
|---|---|
| Size | 9.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
701623d3def11680aeb7168a440ee20523c1cd3c7dc4435d9e81c15d2025832c
|
|
BLAKE2b-256 checksum How to use checksums |
e74f6794c72711c508245411e919e61e1a55d0a8a5169790a5b76842cc4695b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.8
|