Error: Holidays in France are not currently supported!
Open
bug
R
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
I'm using R and want to fetch built-in country holidays for France. I tried the below:
```
fit_prophet <- add_country_holidays(fit_prophet, country_name = "FR")
fit_prophet <- add_country_holidays(fit_prophet, country_name = "FRA")
fit_prophet <- add_country_holidays(fit_prophet, country_name = "France")
```
but I'm getting this error -> `Holidays in FR are not currently supported!`
According to the below documentation of `holidays` Python package, from where Prophet fetches the country holidays, France is included with `FR` or `FRA` country codes.
https://github.com/dr-prodigy/python-holidays
What can I do to resolve this?
Contributor guide
Assessment
This issue has not been assessed yet.