Datasets / NSW schools and NAPLAN results
NSW school and campus entries by sector
Directory counts include subcampuses. They do not measure academic performance.
How it decided
NSW schools and NAPLAN results: 3,402 rows, 53 columns. All NSW My School search entries collected on 13 September 2026.
3,402 rows in, 3 out across 2 columns. Directory counts include subcampuses. They do not measure academic performance.
bar. Bars compare directory counts across the three sectors.
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.groupby('sector', dropna=False).size().reset_index(name='entries')
What it charted
3 rows out of 3,402, 2 columns. First 3 shown.
| sector | entries |
|---|---|
| Catholic | 566 |
| Government | 2215 |
| Independent | 621 |