Datasets / NSW NAPLAN domain results (2025)
Collected Year 3 reading means (2025)
Only schools collected so far with a published mean appear. This is not a statewide ranking.
How it decided
NSW NAPLAN domain results (2025): 90 rows, 13 columns. Collected 2025 NAPLAN responses; missing school means excluded.
90 rows in, 6 out across 13 columns. Only schools collected so far with a published mean appear. This is not a statewide ranking.
hbar. Compare the same domain and year level, preserving school labels.
Palette, spacing, axis titles and legend placement applied. 0 issues found.
The transformation
This is the code, not a description of it — the chart above was drawn from what it returns, and the notebook download runs the same lines against the same file.
result = df[(df['year_level'] == 3) & (df['domain'] == 'reading') & df['mean_score'].notna()].sort_values('school_name')
What it charted
6 rows out of 90, 13 columns. First 6 shown.
| school_id | school_name | assessment_year | year_level | domain | mean_score | national_mean | similar_mean | margin_lower | margin_upper | student_count | source_url | retrieved_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 44003 | A.G.B.U. Alexander Primary School | 2025 | 3 | reading | 410.0 | 402.0 | 399.0 | 365.0 | 455.0 | None | https://myschool.edu.au/school/44003/naplan/results | 2026-09-13T08:04:11.263842+00:00 |
| 40987 | Abbotsford Public School | 2025 | 3 | reading | 413.0 | 402.0 | 428.0 | 396.0 | 430.0 | None | https://myschool.edu.au/school/40987/naplan/results | 2026-09-13T08:04:12.661873+00:00 |
| 43762 | Abbotsleigh | 2025 | 3 | reading | 511.0 | 402.0 | 476.0 | 496.0 | 526.0 | None | https://myschool.edu.au/school/43762/naplan/results | 2026-09-13T08:04:12.675671+00:00 |
| 41852 | Aberdeen Public School | 2025 | 3 | reading | 367.0 | 402.0 | 355.0 | 332.0 | 403.0 | None | https://myschool.edu.au/school/41852/naplan/results | 2026-09-13T08:04:12.845982+00:00 |
| 41853 | Abermain Public School | 2025 | 3 | reading | 328.0 | 402.0 | 341.0 | 306.0 | 349.0 | None | https://myschool.edu.au/school/41853/naplan/results | 2026-09-13T08:04:14.189818+00:00 |
| 41854 | Adamstown Public School | 2025 | 3 | reading | 413.0 | 402.0 | 418.0 | 396.0 | 429.0 | None | https://myschool.edu.au/school/41854/naplan/results | 2026-09-13T08:04:14.782227+00:00 |