Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Feb 5, 2025
1 parent d827559 commit a37b3b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ See below for more information on the datasets.

The location table contains abbreviations, codes, extended names, and
populations for the jurisdictions of the United States that the FluSight
and COVID forecasting hubs require users to generate forecasts.
and COVID forecasting hubs require users to generate forecasts. The US
population value is the sum of all available states and territories
(some territories have `null` population values).

The location table is stored in `forecasttools-py` as a `polars`
dataframe and is accessed via:
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ See below for more information on the datasets.

## Location Table

The location table contains abbreviations, codes, extended names, and populations for the jurisdictions of the United States that the FluSight and COVID forecasting hubs require users to generate forecasts.
The location table contains abbreviations, codes, extended names, and populations for the jurisdictions of the United States that the FluSight and COVID forecasting hubs require users to generate forecasts. The US population value is the sum of all available states and territories (some territories have `null` population values).

The location table is stored in `forecasttools-py` as a `polars` dataframe and is accessed via:

Expand Down
1 change: 0 additions & 1 deletion forecasttools/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
an example FluSight submission.
"""

# %%
import os
import pathlib
from urllib import error, request
Expand Down

0 comments on commit a37b3b8

Please sign in to comment.