Datasets / Queensland school directory (May 2020)
School directory entries by sector (2020)
Counts describe the historical directory. Achievement data is not included.
How it decided
Queensland school directory (May 2020): 1,774 rows, 16 columns. Queensland Department of Education school directory, May 2020, CC BY 4.0.
1,774 rows in, 2 out across 2 columns. Counts describe the historical directory. Achievement data is not included.
bar. Bars compare counts across sectors; missing NAPLAN scores are not treated as zero.
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='schools')
What it charted
2 rows out of 1,774, 2 columns. First 2 shown.
| sector | schools |
|---|---|
| Non-State | 525 |
| State | 1249 |