facebook / facebook/prophet

Error: Holidays in France are not currently supported!

Open
#2,063 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.