janduplessis886 commited on
Commit
77abd9c
1 Parent(s): ed0428a

Update README.md

Browse files

Creating of readme.md version 1

Files changed (1) hide show
  1. README.md +100 -0
README.md CHANGED
@@ -2,4 +2,104 @@
2
  license: other
3
  license_name: open-government-license
4
  license_link: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
 
 
 
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: other
3
  license_name: open-government-license
4
  license_link: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
5
+ language:
6
+ - en
7
+ tags:
8
+ - reviews
9
+ - medical
10
+ - gp
11
+ - nhs
12
+ pretty_name: England NHS GP Reviews (2022 - 2024)
13
  ---
14
+ # England NHS GP Reviews (2022 - 2024)
15
+
16
+ <!-- Provide a quick summary of the dataset. -->
17
+
18
+ England NHS GP Reviews (2022 - 2024) Scrapped from https://www.nhs.uk/service-search/find-a-gp
19
+
20
+ ## Dataset Details
21
+
22
+ ### Dataset Description
23
+
24
+ <!-- Provide a longer summary of what this dataset is. -->
25
+
26
+ England NHS GP Reviews (2022-2024) Scraped from https://www.nhs.uk/service-search/find-a-gp
27
+
28
+ This dataset contains reviews of GP surgeries across England scraped from the NHS website. Each GP surgery is identified by an ODS code and surgery name. The scraped data includes the first 7 pages of reviews for each surgery, capturing the following attributes:
29
+
30
+ - Surgery ODE Code
31
+ - Surgery name
32
+ - Scrape URL
33
+ - Review Title
34
+ - Star Rating (1-5)
35
+ - Review Comment Text
36
+ - Date of Review (Month and Year)
37
+
38
+ In total the dataset covers GP surgery reviews posted between 2022-2024. Over 61,000 individual reviews have been gathered providing insight into patient experiences with GP surgeries relating to aspects like appointments, staff, facilities and overall service.
39
+
40
+ The data is intended to enable further analysis into the quality of GP surgeries based on patient reviews submitted to the official NHS platforms. It can facilitate identification of review trends and top performing GP surgeries based on review metrics like average ratings and most frequent positive/negative review topics.
41
+
42
+ The reviews have been gathered through web scraping the NHS public websites, but are not officially endorsed NHS data products. The provided reviews should be considered assertions by individual anonymous patients regarding their experience with the listed GP surgery. Personal information has been removed during the scraping process to protect patient privacy.
43
+
44
+ - **Curated by:** Jan du Plessis
45
+ - **Language(s) (NLP):** English
46
+ - **License:** UK open-government-license
47
+
48
+ ### Dataset Sources [optional]
49
+
50
+ <!-- Provide the basic links for the dataset. -->
51
+
52
+ ## Uses
53
+
54
+ <!-- Address questions around how the dataset is intended to be used. -->
55
+ The dataset is intended for use with BERTopic for topic analysis.
56
+
57
+ ### Direct Use
58
+
59
+ <!-- This section describes suitable use cases for the dataset. -->
60
+ NLP ML + Deep Learining Projects
61
+
62
+
63
+ ## Dataset Structure
64
+
65
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
66
+
67
+ - Surgery ODE Code
68
+ - Surgery name
69
+ - Scrape URL
70
+ - Review Title
71
+ - Star Rating (1-5)
72
+ - Review Comment Text
73
+ - Date of Review (Month and Year)
74
+
75
+ ## Dataset Creation
76
+
77
+ ### Curation Rationale
78
+
79
+ <!-- Motivation for the creation of this dataset. -->
80
+ Traininig a model to classify medical reviews.
81
+
82
+
83
+ ### Source Data
84
+
85
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
86
+ https://www.nhs.uk/service-search/find-a-gp
87
+
88
+ #### Data Collection and Processing
89
+
90
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
91
+ Web Scrapping using BeautifulSoup.
92
+ Duplicates has been removed and NAN dropped.
93
+
94
+ #### Personal and Sensitive Information
95
+
96
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
97
+ Reviews are anonymise with not patient identifyable information captured.
98
+
99
+
100
+
101
+ ## Dataset Card Authors [optional]
102
+ Jan du Plessis
103
+
104
+ ## Dataset Card Contact
105
+ drjanduplessis@icloud.com