Skip to content

good first issue: add a schema validator for the frequency CSVs #3

Description

@1977-code

Add a small standard-library Python script (no dependencies, matching the others in 06_corpus/scripts/) that validates each data/freq_*.csv:

  • expected columns present (see data/README.md)
  • rank is 1..N with no gaps
  • count/per_million are non-negative numbers

Print a short report and exit non-zero on failure. Good first contribution for a Python developer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dataFrequency data / tagging / methodologygood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions