Skip to content

Commit 6c6cc90

Browse files
committed
Update care homes to 2025/07/16
1 parent e8e9fb1 commit 6c6cc90

6 files changed

Lines changed: 343 additions & 670 deletions

File tree

care_homes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</tr>
2626
<tr>
2727
<td>Temporal coverage</td>
28-
<td>As of 2022-06-15</td>
28+
<td>As of 2025-07-16</td>
2929
</tr>
3030
<tr>
3131
<td>Update frequency</td>
@@ -49,6 +49,6 @@
4949
</tr>
5050
<tr>
5151
<td>Last updated</td>
52-
<td>2022-06-22</td>
52+
<td>2025-07-22</td>
5353
</tr>
5454
</table>

care_homes/index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ df <- read_csv("trafford_care_homes.csv") %>%
4343
<tr>
4444
<td>Care Quality Commission</td>
4545
<td><a href="http://www.cqc.org.uk/about-us/transparency/using-cqc-data" target="_blank">Care Quality Commission</a></td>
46-
<td><time datetime="2022-06-15">2022-06-15</time></td>
46+
<td><time datetime="2025-07-16">2025-07-16</time></td>
4747
<td>Point data</td>
4848
<td><a href="http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" target="_blank">OGL v3.0</a></td>
4949
<td>Contains public sector information licensed under the Open Government Licence v3.0</td>
50-
<td><time datetime="2022-06-22">2022-06-22</time></td>
50+
<td><time datetime="2025-07-22">2025-07-22</time></td>
5151
</tr>
5252
</table>
5353

care_homes/index.html

Lines changed: 232 additions & 551 deletions
Large diffs are not rendered by default.

care_homes/pre-processing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ postcodes <- read_csv("https://github.com/traffordDataLab/spatial_data/raw/maste
1212
select(postcode, lon, lat)
1313

1414
# load and tidy data ---------------------------
15-
df <- read_csv("https://www.cqc.org.uk/sites/default/files/2022-06/15_June_2022_CQC_directory.csv", skip = 4) %>%
15+
df <- read_csv("https://www.cqc.org.uk/sites/default/files/2025-07/16_July_2025_CQC_directory.csv", skip = 4) %>%
1616
filter(str_detect(`Service types`, "Nursing homes|Residential homes") &
1717
`Local authority` == "Trafford") %>%
1818
select(name = Name, cqc_id = `CQC Location ID (for office use only)`, type = `Service types`,

0 commit comments

Comments
 (0)