diff --git a/index.html b/index.html index b404d32..c812f7c 100644 --- a/index.html +++ b/index.html @@ -26,8 +26,8 @@

Ofsted CS JTAI Inspections Overview

Summarised outcomes of published JTAI inspection reports by Ofsted, refreshed weekly.
An expanded version of the shown summary sheet, refreshed concurrently, is available to download here as an .xlsx file.
Data summary is based on the original JTAI Outcomes Summary published periodically by the ADCS: https://www.adcs.org.uk/inspection-of-childrens-services/.

Disclaimer: This summary is built from scraped data direct from https://reports.ofsted.gov.uk/ published PDF inspection report files.

Nuanced|variable inspection report content, structure and pdf encoding occasionally results in problematic data extraction for a small number of LAs.
Known extraction issues:

Feedback highlighting problems|inaccuracies|suggestions welcomed.Read the source ILACS tool/project for background details and future work..

-

Summary data last updated: 16 12 2024 13:45

-

LA inspections last updated: ['80475_hertfordshire/joint area child protection inspection - 12 december 2024']

+

Summary data last updated: 23 12 2024 11:29

+

LA inspections last updated: []

diff --git a/ofsted_childrens_services_inspection_scrape.py b/ofsted_childrens_services_inspection_scrape.py index a570d0b..4f8552b 100755 --- a/ofsted_childrens_services_inspection_scrape.py +++ b/ofsted_childrens_services_inspection_scrape.py @@ -263,7 +263,6 @@ def extract_dates_from_text(text): # .. """ - # print("Debug: Starting date extraction") if not text: print("Debug: Input text is empty or None.") @@ -851,7 +850,7 @@ def process_provider_links(provider_links): # get/format date(s) (as dt objects) ## revised to capture 'actual' published date from css tag data report_published_date = format_date(report_published_date_str, '%d %B %Y', '%d/%m/%y') - print(f"Debug: Report Published Date: {report_published_date} was {publication_date}") + # print(f"Debug: Report Published Date: {report_published_date} was {publication_date}") # Now get the in-document data diff --git a/ofsted_childrens_services_jtai_overview.xlsx b/ofsted_childrens_services_jtai_overview.xlsx index b443b0f..394439c 100644 Binary files a/ofsted_childrens_services_jtai_overview.xlsx and b/ofsted_childrens_services_jtai_overview.xlsx differ