Skip to content

Commit 1a2e614

Browse files
committed
Data refresh 150125 - minor html disclaimer_text chg
1 parent d13568d commit 1a2e614

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<body>
2626
<h1>Ofsted CS SEND Inspections Overview</h1>
2727
<p>Summarised outcomes of published short and standard SEND inspection reports by Ofsted, refreshed weekly.<br/>An expanded version of the shown summary sheet, refreshed concurrently, is available to <a href="ofsted_childrens_services_send_overview.xlsx">download here</a> as an .xlsx file. <br/>Data summary is based on the original <i>SEND Outcomes Summary</i> published periodically by the ADCS: <a href="https://www.adcs.org.uk/inspection-of-childrens-services/">https://www.adcs.org.uk/inspection-of-childrens-services/</a>. </p>
28-
<p>Disclaimer: This summary is built from scraped data direct from https://reports.ofsted.gov.uk/ published PDF inspection report files.<br/><br/>Nuanced|variable inspection report content, structure and pdf encoding occasionally results in problematic data extraction for a small number of LAs.<br/> Known extraction issues: <ul><li>01/01/1900 == No-date-data|unreadble.</li><li>Enfield(Next Inspection Date not showing).</li></ul><a href="mailto:datatoinsight.enquiries@gmail.com?subject=Ofsted-SEND-Scrape-Tool">Feedback</a> highlighting problems|inaccuracies|suggestions welcomed.<a href="https://github.com/data-to-insight/ofsted-ilacs-scrape-tool/blob/main/README.md">Read the source ILACS tool/project for background details and future work.</a>.</p>
29-
<p><b>Summary data last updated: 15 01 2025 12:45</b></p>
28+
<p>Disclaimer: This summary is built from scraped data direct from https://reports.ofsted.gov.uk/ published PDF inspection report files.<br/><br/>Nuanced|variable inspection report content, structure and pdf encoding occasionally results in problematic data extraction for a small number of LAs.<br/> Known extraction issues: <ul><li>01/01/1900 == No-date-data|unreadble.</li><li>Derbyshire, Enfield, North Yorkshire, Wiltshire(<Next Inspection By Date> not generated - but detail is available in summary text).</li><li>Enfield, Wiltshire(<Next Inspection> timeframe not extracted - but detail is available in summary text.</li><li>Derbyshire, North Yorkshire (Previous, Start, End Inspection Date(s) not extracted).</li></ul><a href="mailto:datatoinsight.enquiries@gmail.com?subject=Ofsted-SEND-Scrape-Tool">Feedback</a> highlighting problems|inaccuracies|suggestions welcomed.<a href="https://github.com/data-to-insight/ofsted-ilacs-scrape-tool/blob/main/README.md">Read the source ILACS tool/project for background details and future work.</a>.</p>
29+
<p><b>Summary data last updated: 15 01 2025 13:00</b></p>
3030
<p><b>LA inspections last updated: []</b></p>
3131
<div class="container">
3232
<table border="1" class="dataframe">

ofsted_childrens_services_inspection_scrape.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,9 @@ def save_to_html(data, column_order, local_link_column=None, web_link_column=Non
11441144
'Nuanced|variable inspection report content, structure and pdf encoding occasionally results in problematic data extraction for a small number of LAs.<br/> '
11451145
'Known extraction issues: <ul>'
11461146
'<li>01/01/1900 == No-date-data|unreadble.</li>'
1147-
'<li>Enfield(Next Inspection Date not showing).</li>'
1147+
'<li>Derbyshire, Enfield, North Yorkshire, Wiltshire(<Next Inspection By Date> not generated - but detail is available in summary text).</li>'
1148+
'<li>Enfield, Wiltshire(<Next Inspection> timeframe not extracted - but detail is available in summary text.</li>'
1149+
'<li>Derbyshire, North Yorkshire (Previous, Start, End Inspection Date(s) not extracted).</li>'
11481150
'</ul>'
11491151
'<a href="mailto:datatoinsight.enquiries@gmail.com?subject=Ofsted-SEND-Scrape-Tool">Feedback</a> highlighting problems|inaccuracies|suggestions welcomed.'
11501152
'<a href="https://github.com/data-to-insight/ofsted-ilacs-scrape-tool/blob/main/README.md">Read the source ILACS tool/project for background details and future work.</a>.'
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)