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.8.tar.gz
(9.9 kB
view details)
Built Distribution
File details
Details for the file holidays-ext-0.0.8.tar.gz
.
File metadata
- Download URL: holidays-ext-0.0.8.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f80051dc3191262b9a95a6c625427a53a50814b0f162a87fdb22fccf978090 |
|
MD5 | e28d67aa572a13c74fda9502b1cb40f6 |
|
BLAKE2b-256 | 197c3d447a4b3acd3a6b9cf65a24182a139aae6ae5781ac6ca23918632ed26be |
File details
Details for the file holidays_ext-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: holidays_ext-0.0.8-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 701623d3def11680aeb7168a440ee20523c1cd3c7dc4435d9e81c15d2025832c |
|
MD5 | 7e353efd9aee6e50e473af9d92addbbd |
|
BLAKE2b-256 | e74f6794c72711c508245411e919e61e1a55d0a8a5169790a5b76842cc4695b2 |