ba188 commited on
Commit
7e771fc
1 Parent(s): fb8574a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -19,11 +19,6 @@ The data includes monthly counts from hospital visits and admissions of differen
19
 
20
 
21
 
22
- - **Curated by:** [More Information Needed]
23
- - **Funded by [optional]:** [More Information Needed]
24
- - **Shared by [optional]:** [More Information Needed]
25
- - **Language(s) (NLP):** [More Information Needed]
26
- - **License:** [More Information Needed]
27
 
28
  ### Dataset Sources [optional]
29
 
@@ -34,9 +29,6 @@ Incorporated CSVs are: 'Provisional Monthly Hospital Episode Statistics for Admi
34
  'Provisional Monthly Hospital Episode Statistics for Admitted Patient Care and Outpatients, December 2023: Open Data - Treatment Specialties'
35
  'Provisional Monthly Hospital Episode Statistics for Admitted Patient Care and Outpatients, December 2023: Open Data - Age Groups'
36
 
37
- - **Repository:** [More Information Needed]
38
- - **Paper [optional]:** [More Information Needed]
39
- - **Demo [optional]:** [More Information Needed]
40
 
41
  ## Uses
42
  The linked Google Colab file shows one possible use for a subset of this data: examining the pattern in hospital admissions episodes before, during, and after the COVID-19 pandemic and analysing whether there is a seasonal trend in those admissions and whether or not that changed during the pandemic.
@@ -58,7 +50,7 @@ Ex.) https://colab.research.google.com/drive/1u7jNC-CFnoVBCCDnNUIEM7zmt9nJLmF2?u
58
  ## Dataset Structure
59
 
60
  <!-- 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. -->
61
- The dataset is a csv that is 69*37. Each row contains the data for a single month from April 2018 to December 2023. The columns contain data on each of the variables counts were collected for (e.g. Finished Consultant Episodes, Finished Consultant Episodes with Procedure) split into the three original datasets, with separate columns for the total counts, the age bands, and the specialties. Within these columns, there are lists of dictionaries containing the data.
62
 
63
  [More Information Needed]
64
 
 
19
 
20
 
21
 
 
 
 
 
 
22
 
23
  ### Dataset Sources [optional]
24
 
 
29
  'Provisional Monthly Hospital Episode Statistics for Admitted Patient Care and Outpatients, December 2023: Open Data - Treatment Specialties'
30
  'Provisional Monthly Hospital Episode Statistics for Admitted Patient Care and Outpatients, December 2023: Open Data - Age Groups'
31
 
 
 
 
32
 
33
  ## Uses
34
  The linked Google Colab file shows one possible use for a subset of this data: examining the pattern in hospital admissions episodes before, during, and after the COVID-19 pandemic and analysing whether there is a seasonal trend in those admissions and whether or not that changed during the pandemic.
 
50
  ## Dataset Structure
51
 
52
  <!-- 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. -->
53
+ The dataset is a csv that is 69*73. Each row contains the data for a single month from April 2018 to December 2023. The columns contain data on each of the variables counts were collected for (e.g. Finished Consultant Episodes, Finished Consultant Episodes with Procedure) split into the three original datasets, with separate columns for the total counts, the age bands, and the specialties. Within these columns, there are lists of dictionaries containing the data.
54
 
55
  [More Information Needed]
56