-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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)
- Correct column names
- Correct column order
Column Content Requirements
-
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"}
)
Columns that can be Conditionally Null
N/A
Multi-File Column Rules
- All
location_id
s in this should be inchallenges.csv
- test:
Intentionally noted but not checked by this project
location_id
: Must be in the Fabric for that state or territory.
Metadata
Metadata
Assignees
Labels
No labels