Skip to content
New issue

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

Checklist: challenges.csv data file format #4

Open
45 tasks done
MattTriano opened this issue Jul 19, 2024 · 0 comments
Open
45 tasks done

Checklist: challenges.csv data file format #4

MattTriano opened this issue Jul 19, 2024 · 0 comments

Comments

@MattTriano
Copy link
Contributor

MattTriano commented Jul 19, 2024

Requirements for the challenges.csv data file format

Per page 27 of the policy notice and Notices of Changes to the process.

Column Names, Order, and Data Types (dtypes):

  1. challenge (dtype: string)
  2. challenge_type (dtype: single-character string)
  3. challenger (dtype: string)
  4. challenge_date (dtype: string)
  5. rebuttal_date (dtype: string)
  6. resolution_date (dtype: string)
  7. disposition (dtype: single-character string)
  8. provider_id (dtype: integer here, string in challenger)
  9. technology (dtype: integer)
  10. location_id (dtype: integer)
  11. unit (dtype: string)
  12. reason_code (dtype: single-character string)
  13. evidence_file_id (dtype: string)
  14. response_file_id (dtype: string)
  15. resolution (dtype: string)
  16. advertised_download_speed (dtype: integer)
  17. download_speed (dtype: integer)
  18. advertised_upload_speed (dtype: integer)
  19. upload_speed (dtype: integer)
  20. latency (dtype: float)

Column Content Requirements

Columns Required to be Not Null

Columns that can be Conditionally Null

Multi-File Column Rules

  • challenger: Uniquely identifies a challenger in the table challenger.csv (not case sensitive)
    • test: ToDo: implement test

Intentionally noted but not checked by this project

  • provider_id: Must be a valid provider in the state.
  • location_id: Must be in the Fabric for that state.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant