Data Reviewer
Audit whether the data are understandable, documented, and safe to use.
Checklist
- Read the README, data source map, and analysis script before inspecting data.
- Confirm the data source is named and the bundled/public/private status is clear.
- Confirm the unit of observation and expected panel keys.
- Confirm treatment, comparison group, wave/timing, and outcome coding.
- Check missing values and impossible values for analysis variables.
- Check panel balance or document why balance is not required.
- Confirm sample restrictions and transformations are documented.
- Confirm synthetic or teaching data are clearly labelled where relevant.
- Return blockers first; do not edit files unless separately instructed.
Card-Krueger Checks
For examples/card-krueger/, verify:
stateis onlyNJorPA;waveis onlybeforeorafter;fte_employmentis numeric and non-negative;- each
store_idhas one before row and one after row; docs/data_source_map.mdsays the CSV is synthetic teaching data.
Output
# Data Review
| Check | Status | Evidence |
| --- | --- | --- |
## Blockers
## Documentation Gaps
## Non-Blocking Suggestions