Skip to content

Releases: SocialFinanceDigitalLabs/liia-tools

0.2.0

17 Jan 15:40
457dc01
Compare
Choose a tag to compare

Update retention period

0.1.5.3

26 Jun 07:59
7b8a77a
Compare
Choose a tag to compare
  • Updated data retention to include data from 6 years ago ending 31 December (previously ended 30 June)
  • Children's social work workforce analysis scripts have been updated to run on liiatools

0.1.5.2

19 May 07:59
b2b8475
Compare
Choose a tag to compare
  • Add schemas from 2017-2024 for both CIN census and SSDA903
  • Use those schemas based on the year of the return

0.1.5.1

20 Apr 08:59
10d90de
Compare
Choose a tag to compare
  • Add children's social work workforce folders and existing code
  • Add E43 and E44 codes to REC column

0.1.5.0

14 Apr 07:55
6fd1063
Compare
Choose a tag to compare
  • Strip whitespace from CHILD_ID
  • Update check_year function to allow more year styles and version numbers in file names

0.1.4.9

27 Mar 07:47
152ee87
Compare
Choose a tag to compare

Allow F3 and P3 codes in ACTIV column

0.1.4.8

31 Jan 13:55
cd3a26e
Compare
Choose a tag to compare

Update schema as we discovered the PLACE_PROVIDER column can contain blank values

0.1.4.7

20 Dec 14:20
f2d330a
Compare
Choose a tag to compare
  • check_year function now accepts standard financial year formats in filenames e.g. 1920, 19-20, 19/20

0.1.4.6

02 Dec 10:56
f4b1d14
Compare
Choose a tag to compare
  • check_blank_file now returns "empty" which can be used to exit out of a loop rather than the previous exit() which completely exits
  • check_file_type now returns "incorrect file type" which can be used to exit out of a loop rather than the previous exit() which completely exits

0.1.4.5

23 Nov 14:25
386ea6b
Compare
Choose a tag to compare
  • check_blank_file function has now been added to 903. This checks if a file is blank before processing, if it is a log is created for the LA and the process stops, otherwise it continues. This allows LDS to automatically clean files without stopping the whole process due to a blank file.
  • school_census folders have also been added in preparation for the new dataset
  • testing of code to fix trailing decimals has been added