Skip to content

Commit

Permalink
code colour
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-shenton committed May 21, 2022
1 parent c70c93b commit 9691c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions _posts/2021-06-21-epd-analysis-using-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ Whilst sneezing and coughing on a relatively cool evening, I decided to explore

> "The English prescribing dataset contains detailed information on prescriptions issued in England that have been dispensed in England, Wales, Scotland, Guernsey, Alderney, Jersey, and the Isle of Man.” — NHSBSA
## Part 1
### [NHS English Prescribing Data (EPD) Analysis Using Python (Part 1)](https://towardsdatascience.com/nhs-english-prescribing-data-analysis-using-python-9d86ec610880)

In the first posts of a two-part series, I describe the methods used to exctract data from the CKAN API using `requests` and `pandas`

### Towards Data Science
[NHS English Prescribing Data (EPD) Analysis Using Python (Part 1)](https://towardsdatascience.com/nhs-english-prescribing-data-analysis-using-python-9d86ec610880)

## Part 2
### [NHS English Prescribing Data (EPD) Analysis Using Python (Part 2)](https://towardsdatascience.com/nhs-english-prescibing-data-epd-analysis-using-python-part-2-aa990e4e47dd)

In the second posts of this two-part series, I aim to increase time efficiency of my data exctact, to explore the data, and to connect to a remote server in preparation for computationally expensive tasks.

### Towards Data Science
[NHS English Prescribing Data (EPD) Analysis Using Python (Part 2)](https://towardsdatascience.com/nhs-english-prescibing-data-epd-analysis-using-python-part-2-aa990e4e47dd)



4 changes: 2 additions & 2 deletions _sass/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ code {

p {
code {
background-color: #c4c2c2;
border-radius: 3px;
background-color: $lighter-gray;
border-radius: $border-radius;
padding: .25em .5em;
}
}
Expand Down

0 comments on commit 9691c4c

Please sign in to comment.