We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per page 35 of the policy notice and Notices of Changes to the process.
location_id
classification
location_id: Must be A 10 digit integer $\ge 10^9$ and $\lt 10^{10}$.
classification: Must be in [0, 1, 2] (ie a key in this classification code-to-description map {0: "Unserved", 1: "Underserved", 2: "Served"})
{0: "Unserved", 1: "Underserved", 2: "Served"}
N/A
challenges.csv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requirements for the post_challenge_locations.csv data file format
Per page 35 of the policy notice and Notices of Changes to the process.
Column Names, Order, and Data Types (dtypes):
location_id
(dtype: int)classification
(dtype: int)Column Content Requirements
location_id
: Must be A 10 digit integerclassification
: Must be in [0, 1, 2] (ie a key in this classification code-to-description map{0: "Unserved", 1: "Underserved", 2: "Served"}
)Columns that can be Conditionally Null
N/A
Multi-File Column Rules
location_id
s in this should be inchallenges.csv
Intentionally noted but not checked by this project
location_id
: Must be in the Fabric for that state or territory.The text was updated successfully, but these errors were encountered: