Giter Site home page Giter Site logo

Comments (9)

francisbarton avatar francisbarton commented on July 19, 2024 1

I'm really interested in the IMD and what it does and doesn't do, so I'd be up for making a start on this page... when I get round to it :-)

from health-inequalities-notebook.

johnmackintosh avatar johnmackintosh commented on July 19, 2024 1

https://www.gov.scot/collections/scottish-index-of-multiple-deprivation-2020/
Some useful background info on the SIMD and links to data.
I have done some maps/other visualisations on my blog in the past if you are interested

from health-inequalities-notebook.

Lextuga007 avatar Lextuga007 commented on July 19, 2024

Need to add Tom's original links

from health-inequalities-notebook.

Lextuga007 avatar Lextuga007 commented on July 19, 2024

I've been keeping a lot of links in the https://resources.nhsrcommunity.com/ so it might be better for the links to be put in a chapter there and referenced in this book.

from health-inequalities-notebook.

Lextuga007 avatar Lextuga007 commented on July 19, 2024

Move the other links

# Other useful links
to open-analytics-resources and then link back.

from health-inequalities-notebook.

Lextuga007 avatar Lextuga007 commented on July 19, 2024

Trying to get to the bottom of why LSOA codes can appear in datasets as either starting with an E or an S I found this https://www.warrington.gov.uk/sites/default/files/2019-09/english-indices-of-deprivation-2015-frequently-asked-questions.pdf which although it is on the Warrington.gov.uk site is a Dept for Communities and Local Government document.

This too https://assets.publishing.service.gov.uk/media/5dfb3d7ce5274a3432700cf3/IoD2019_FAQ_v4.pdf

from health-inequalities-notebook.

francisbarton avatar francisbarton commented on July 19, 2024

Hi Zoë, where are you finding S codes in the datasets? An S code will be in Scotland (and they don't have LSOAs, they have Data Zones).

from health-inequalities-notebook.

Lextuga007 avatar Lextuga007 commented on July 19, 2024

That's what I'm starting to conclude! I think I'm looking at Scotland's data!

api_url <- "https://services1.arcgis.com/ESMARspQHYMw9BZ9/ArcGIS/rest/services/Online_ONS_Postcode_Directory_Live/FeatureServer/0/query"
query_params <- list(
  where = "LSOA11 LIKE '%'",
  outFields = "*",
  returnCountOnly = FALSE,
  returnDistinctValues = TRUE,
  f = "json"
)

# Make the API request
response <- httr::GET(api_url, query = query_params)

# Parse the JSON response
data <- jsonlite::fromJSON(httr::content(response, "text"))

# Create as dataframe
df <- data.frame(data$features$attributes)

df

from health-inequalities-notebook.

Lextuga007 avatar Lextuga007 commented on July 19, 2024

That's great! You've got a few charts that are really nice and I see you've tagged the blogs too! https://johnmackintosh.net/tag-deprivation/

Thanks 🙇🏻

from health-inequalities-notebook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.