Skip to content

Commit e2a556e

Browse files
authored
Merge pull request #73 from UCL-CORU/prepare-for-JOSS
Run notebooks with public data v 1.1.1
2 parents b371687 + e426e4c commit e2a556e

77 files changed

Lines changed: 19816 additions & 20038 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data-dictionaries/ed_visits_data_dictionary.csv

Lines changed: 68 additions & 67 deletions
Large diffs are not rendered by default.

data-dictionaries/ed_visits_data_dictionary.md

Lines changed: 70 additions & 69 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Column Name,Data Type,Description,Additional Details
2-
training_validation_test,object,"Whether visit snapshot is assigned to training, validation or test set","Frequencies: {test: 3,701, train: 7,730, valid: 1,244}"
3-
arrival_datetime,"datetime64[ns, UTC]",arrival_datetime,Date Range: 2031-03-01 00:03 - 2031-12-31 23:32
4-
sex,object,Sex of patient,"Frequencies: {F: 6,389, M: 6,286}"
5-
specialty,object,specialty,"Frequencies: {haem/onc: 1,340, medical: 6,932, nan: 217, paediatric: 1,091, surgical: 3,095}"
6-
is_child,bool,Is under age of 18 on day of arrival,"Frequencies: {False: 11,314, True: 1,361}"
2+
arrival_datetime,"datetime64[ns, Europe/London]",arrival_datetime,Date Range: 2031-01-01 00:22 - 2031-12-31 23:32
3+
specialty,object,specialty,"Frequencies: {haem/onc: 1,724, medical: 8,504, paediatric: 1,484, surgical: 3,833}"
4+
sex,object,Sex of patient,"Frequencies: {F: 7,816, M: 7,729}"
5+
is_child,object,Is under age of 18 on day of arrival,"Frequencies: {False: 13,932, True: 1,613}"
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
| Column Name | Data Type | Description | Additional Details |
2-
| :----------------------- | :------------------ | :--------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- |
3-
| training_validation_test | object | Whether visit snapshot is assigned to training, validation or test set | Frequencies: {test: 3,701, train: 7,730, valid: 1,244} |
4-
| arrival_datetime | datetime64[ns, UTC] | arrival_datetime | Date Range: 2031-03-01 00:03 - 2031-12-31 23:32 |
5-
| sex | object | Sex of patient | Frequencies: {F: 6,389, M: 6,286} |
6-
| specialty | object | specialty | Frequencies: {haem/onc: 1,340, medical: 6,932, nan: 217, paediatric: 1,091, surgical: 3,095} |
7-
| is_child | bool | Is under age of 18 on day of arrival | Frequencies: {False: 11,314, True: 1,361} |
1+
| Column Name | Data Type | Description | Additional Details |
2+
| :--------------- | :---------------------------- | :----------------------------------- | :--------------------------------------------------------------------------------- |
3+
| arrival_datetime | datetime64[ns, Europe/London] | arrival_datetime | Date Range: 2031-01-01 00:22 - 2031-12-31 23:32 |
4+
| specialty | object | specialty | Frequencies: {haem/onc: 1,724, medical: 8,504, paediatric: 1,484, surgical: 3,833} |
5+
| sex | object | Sex of patient | Frequencies: {F: 7,816, M: 7,729} |
6+
| is_child | object | Is under age of 18 on day of arrival | Frequencies: {False: 13,932, True: 1,613} |

data-synthetic/ed_visits.csv

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

data-synthetic/ed_visits_minimal.csv

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

0 commit comments

Comments
 (0)