runapp-aus / strayr

A catalogue of ready-to-use ABS coding structures. Package documentation can be found here: https://runapp-aus.github.io/strayr/
45 stars 14 forks source link

Add `school_terms` dataset #94

Closed baslat closed 1 year ago

baslat commented 1 year ago

This PR adds the dataset school_terms. The source data comes via direct correspondance with the ABS, who manually collect it from the states and territories. The ABS are happy for it to be made public (as it is already public data), and thanks to @wfmackey for facilitating the data provision.

The source data (about 50 xlsx files) are included in the PR for auditability. The tidied dataset makes minimal changes to the source data when converting to a dataframe, however incorrect dates are replaced with NA (eg Tas 1998 term 4). The final dataset looks like: image

The PR also fixes a few typos, a build error, and VS code has stripped some whitespace. The version number is updated according to semver.

wfmackey commented 1 year ago

thanks @baslat!

MattCowgill commented 1 year ago

this is wonderful stuff all round