rafikmatta-hr's picture
Update README.md
1d94398 verified
---
license: apache-2.0
---
A description of the fields:
| Column | What it captures | Typical values |
| ----------------------- | --------------------------------------------- | ------------------------- |
| `id` | Row identifier | 1-100 |
| `repo_name` | Example repository label | `repo_14` |
| `file_path` | Path + filename with extension | `src/utils/parsefile.py` |
| `language` | Programming language | Python, Java… |
| `function_name` | Target symbol that was reviewed | `validateSession` |
| `annotation_summary` | Free-text note written by the annotator | “Added input validation…” |
| `potential_bug` | Did the annotator flag a likely bug? (Yes/No) | |
| `test_cases_written` | Number of unit-tests already present | 0-25 |
| `readability_rating` | 1 (poor) – 5 (excellent) | |
| `docstring_quality` | 1 (weak) – 5 (strong) | |
| `cyclomatic_complexity` | Simple complexity estimate (1-15) | |
| `topic_tags` | Semicolon-separated topical tags | `security;dp;testing` |