Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odhfv2 #18

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
441608e
Sources file for ODHF v2 added
Nov 2, 2021
d58db62
Update ODHF_v2_Sources.csv
smlum Nov 12, 2021
677626b
updated health sources
smlum Nov 15, 2021
078a313
updated health sources
smlum Nov 15, 2021
a859d76
updated ODHF source list as excel worksheet
smlum Nov 16, 2021
ee87723
updated ODHF source list
smlum Nov 16, 2021
d8045d5
updated odhf list and removed all DS_Store files
smlum Nov 23, 2021
cb8142d
updated ohhf data sources
smlum Nov 25, 2021
e21817c
updated odhf sources
smlum Nov 25, 2021
23c43db
updated quebec health locations
smlum Nov 29, 2021
6fc5964
added Ontario health facilities
smlum Nov 30, 2021
db632b1
added Ontario health facilities
smlum Nov 30, 2021
e123334
completed first scan for odhf list
smlum Dec 3, 2021
735bf20
changed province names
smlum Dec 10, 2021
78026d7
changed province names
smlum Dec 10, 2021
bf068e7
added file format column
smlum Dec 10, 2021
9bd0bed
added filename column for sources csv
smlum Dec 14, 2021
fae26f6
removed sources with no health data
smlum Dec 14, 2021
603d571
fixed direct links
smlum Dec 14, 2021
38738b5
added web scrape to odhf sources
smlum Dec 20, 2021
1f8f8e3
refined source list
smlum Dec 30, 2021
fe06814
refined source list
smlum Dec 30, 2021
58641c7
added readme
smlum Dec 30, 2021
577a365
refined source list
smlum Dec 30, 2021
681c2b5
added generator scripts
smlum Dec 31, 2021
a67f93c
renamed sourcemap files
smlum Jan 10, 2022
3b2ffcf
updated filenames in source csv
smlum Jan 10, 2022
6d0b568
corrected filenames in sources csv:
smlum Jan 10, 2022
1a8ccc3
added to sourcemap csv
smlum Jan 10, 2022
2a1f3d9
Update ODHF_v2_Sources.csv
msmailes Jan 11, 2022
03a87ee
completed sourcemap
smlum Jan 11, 2022
699abda
completed sourcemap
smlum Jan 11, 2022
4f0df8b
added processing workflow from kubeflow
Jan 11, 2022
f7a0ad3
re-organizing processing scripts
Jan 19, 2022
8ec1134
corrected sources filenames
smlum Jan 19, 2022
5d4f1df
Merge branch 'odhfv2' of https://github.com/CSBP-CPSE/LODE-ECDO into …
smlum Jan 19, 2022
7a60e72
edits to opentab source generator workflow
Jan 20, 2022
276a359
Merge branch 'odhfv2' of https://github.com/CSBP-CPSE/LODE-ECDO into …
Jan 20, 2022
e11d5bf
set up opentab workflow
Jan 20, 2022
57824ba
fixed opentab errors
Jan 20, 2022
2a7ae45
documented pre-processing and opentabulate steps
Jan 20, 2022
a292b79
documented pre-processing and opentabulate steps
Jan 20, 2022
2a84154
added merging and parsing scripts
Feb 8, 2022
fadacec
ignore ipynb checkpoints in git
Mar 16, 2022
dffd16e
removed ipynb checkpoints
smlum Mar 16, 2022
3e7c649
Cleaned provider name, licence links, attr statements, added in db col.
Jan 9, 2023
8cabf8c
Corrected filenames.
Jan 9, 2023
2d5d055
added PE, NU, NS_mental_health
Jan 10, 2023
2f40150
added SK_healthcare_facilities
Jan 13, 2023
2f04bbc
Checked links, attributions, and inclusion in final DB
Jan 16, 2023
d94927b
Updated Description and inclusion in v1.1 columns.
Jan 18, 2023
34b6581
Deleted unused PE data source
Jan 23, 2023
aa33654
Update ODHF_v2_Sources.csv
smlum Jan 31, 2023
816c9bb
ODHF_v2_Sources cleaned.
KHobbs3 Apr 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed .DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DS_Store
**/*.env
.ipynb_checkpoints
*/.ipynb_checkpoints/*
**/*.ipynb_checkpoints/
ipynb_checkpoints/
scripts/Businesses/.ipynb_checkpoints/final-checkpoint.csv
scripts/Businesses/business-licences-van.csv
**/ipynb_checkpoints
53 changes: 53 additions & 0 deletions scripts/Businesses/Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"execution": {
"iopub.execute_input": "2022-02-17T18:23:10.468607Z",
"iopub.status.busy": "2022-02-17T18:23:10.468313Z",
"iopub.status.idle": "2022-02-17T18:23:18.451171Z",
"shell.execute_reply": "2022-02-17T18:23:18.450496Z",
"shell.execute_reply.started": "2022-02-17T18:23:10.468577Z"
},
"tags": []
},
"outputs": [],
"source": [
"import pandas as pd\n",
"df = pd.read_csv('business-licences-van.csv')\n",
"df = df.replace(';', ',')\n",
"df.to_csv('final.csv')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
}
},
"nbformat": 4,
"nbformat_minor": 4
}

This file was deleted.

This file was deleted.

Loading