Closed
Description
There is no Puerto Rico cases or deaths data available in the API since July 17:
> covidcast_signal("jhu-csse", "deaths_incidence_num", geo_type="state", geo_values="pr", start_day="2020-07-15")
A `covidcast_signal` data frame with 3 rows and 10 columns.
signals : jhu-csse:deaths_incidence_num
geo_type : state
geo_value time_value direction issue lag value stderr sample_size
1 pr 2020-07-15 NA 2020-07-18 3 2 NA NA
2 pr 2020-07-16 NA 2020-07-18 2 1 NA NA
3 pr 2020-07-17 NA 2020-07-18 1 5 NA NA
> covidcast_signal("jhu-csse", "confirmed_incidence_num", geo_type="state", geo_values="pr", start_day="2020-07-15")
A `covidcast_signal` data frame with 3 rows and 10 columns.
signals : jhu-csse:confirmed_incidence_num
geo_type : state
geo_value time_value direction issue lag value stderr sample_size
1 pr 2020-07-15 NA 2020-07-18 3 256 NA NA
2 pr 2020-07-16 NA 2020-07-18 2 195 NA NA
3 pr 2020-07-17 NA 2020-07-18 1 546 NA NA
The JHU time series of deaths seems to support this, showing 0 deaths for all time in every county in Puerto Rico -- but that's because the deaths are listed under "Unassigned, Puerto Rico". We should be ingesting these deaths.
Meanwhile, their time series of confirmed cases shows plenty of cases, but for some reason we are not reporting them.
This is preventing forecasting from issuing death forecasts for Puerto Rico, and will block case forecasts as well.