Skip to content

Commit

Permalink
Run with updated CSVs
Browse files Browse the repository at this point in the history
  • Loading branch information
CryogenicallyPreservedWombat committed Jul 20, 2020
1 parent 2ca4be8 commit 34bf93e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.ipynb_checkpoints/
__pycache__/
Testing.ipynb
Testing.ipynb
SCHEMA UPDATE - Collecting NPIs Effects - FULL.csv
40 changes: 26 additions & 14 deletions manual_and_autosource_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -20,7 +20,7 @@
"(4173, 35)"
]
},
"execution_count": 8,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -48,22 +48,22 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Ontario's autosource to manual ratio: 0.103\n",
"Ontario's autosource to manual ratio: 0.859\n",
"Quebec's autosource to manual ratio: 7.474\n",
"Manitoba's autosource to manual ratio: 1.251\n",
"Nova Scotia's autosource to manual ratio: 1.542\n",
"Manitoba's autosource to manual ratio: 1.385\n",
"Nova Scotia's autosource to manual ratio: 1.52\n",
"Newfoundland and Labrador's autosource to manual ratio: 7.195\n",
"New Brunswick's autosource to manual ratio: 1.177\n",
"Northwest Territories's autosource to manual ratio: 2.104\n",
"Nunavut's autosource to manual ratio: 0.682\n",
"Alberta's autosource to manual ratio: 3.675\n",
"Alberta's autosource to manual ratio: 5.455\n",
"Prince Edward Island's autosource to manual ratio: 1.347\n",
"Saskatchewan's autosource to manual ratio: 1.871\n",
"Yukon's autosource to manual ratio: 1.35\n",
Expand All @@ -78,7 +78,7 @@
" 'Quebec', \n",
" 'Manitoba',\n",
" 'Nova Scotia',\n",
" 'Newfoundland',\n",
" 'Newfoundland and Labrador',\n",
" 'New Brunswick',\n",
" 'Northwest Territories',\n",
" 'Nunavut',\n",
Expand Down Expand Up @@ -110,22 +110,22 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Ontario's autosource to manual and flagged ratio: 0.285\n",
"Ontario's autosource to manual and flagged ratio: 2.369\n",
"Quebec's autosource to manual and flagged ratio: 13.103\n",
"Manitoba's autosource to manual and flagged ratio: 4.131\n",
"Nova Scotia's autosource to manual and flagged ratio: 5.806\n",
"Manitoba's autosource to manual and flagged ratio: 4.576\n",
"Nova Scotia's autosource to manual and flagged ratio: 5.722\n",
"Newfoundland and Labrador's autosource to manual and flagged ratio: 18.97\n",
"New Brunswick's autosource to manual and flagged ratio: 1.907\n",
"Northwest Territories's autosource to manual and flagged ratio: 3.737\n",
"Nunavut's autosource to manual and flagged ratio: 1.364\n",
"Alberta's autosource to manual and flagged ratio: 9.617\n",
"Alberta's autosource to manual and flagged ratio: 14.277\n",
"Prince Edward Island's autosource to manual and flagged ratio: 2.694\n",
"Saskatchewan's autosource to manual and flagged ratio: 4.707\n",
"Yukon's autosource to manual and flagged ratio: 6.75\n",
Expand Down Expand Up @@ -154,6 +154,18 @@
"display_name": "Python 3.8.2 64-bit",
"language": "python",
"name": "python38264bitb7deb3926a5743b595e3b44ad861ac00"
},
"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.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 34bf93e

Please sign in to comment.