diff --git a/.vscode/settings.json b/.vscode/settings.json index 236981053..ca20f9585 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,6 @@ "files.autoSave": "afterDelay", "screencastMode.onlyKeyboardShortcuts": true, "terminal.integrated.fontSize": 18, - "workbench.activityBar.visible": true, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true diff --git a/data/nyc_parking_violations.db b/data/nyc_parking_violations.db index 19e587528..3b62c5561 100644 Binary files a/data/nyc_parking_violations.db and b/data/nyc_parking_violations.db differ diff --git a/data/prod_nyc_parking_violations.db b/data/prod_nyc_parking_violations.db index 9a2bd4ad7..38e734479 100644 Binary files a/data/prod_nyc_parking_violations.db and b/data/prod_nyc_parking_violations.db differ diff --git a/nyc_parking_violations/profiles.yml b/nyc_parking_violations/profiles.yml index cabe18c54..eb5ac8dfc 100644 --- a/nyc_parking_violations/profiles.yml +++ b/nyc_parking_violations/profiles.yml @@ -9,4 +9,5 @@ nyc_parking_violations: # start in the root directory and not in the # nyc_parking_violations directory path: './data/prod_nyc_parking_violations.db' - target: dev \ No newline at end of file + target: dev + \ No newline at end of file diff --git a/run_sql_queries_here.ipynb b/run_sql_queries_here.ipynb index f7c54e6c9..eca37419c 100644 --- a/run_sql_queries_here.ipynb +++ b/run_sql_queries_here.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -12,17 +12,273 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/html": [ + "
| \n", + " | registration_state | \n", + "ticket_count | \n", + "
|---|---|---|
| 0 | \n", + "NJ | \n", + "9258 | \n", + "
| 1 | \n", + "PA | \n", + "3514 | \n", + "
| 2 | \n", + "FL | \n", + "2414 | \n", + "
| 3 | \n", + "CT | \n", + "1787 | \n", + "
| 4 | \n", + "GA | \n", + "840 | \n", + "
| ... | \n", + "... | \n", + "... | \n", + "
| 57 | \n", + "AB | \n", + "1 | \n", + "
| 58 | \n", + "BC | \n", + "1 | \n", + "
| 59 | \n", + "NB | \n", + "1 | \n", + "
| 60 | \n", + "PE | \n", + "1 | \n", + "
| 61 | \n", + "SK | \n", + "1 | \n", + "
62 rows × 2 columns
\n", + "| \n", + " | registration_state | \n", + "ticket_count | \n", + "
|---|---|---|
| 0 | \n", + "NJ | \n", + "9258 | \n", + "
| 1 | \n", + "PA | \n", + "3514 | \n", + "
| 2 | \n", + "FL | \n", + "2414 | \n", + "
| 3 | \n", + "CT | \n", + "1787 | \n", + "
| 4 | \n", + "GA | \n", + "840 | \n", + "
| ... | \n", + "... | \n", + "... | \n", + "
| 57 | \n", + "AB | \n", + "1 | \n", + "
| 58 | \n", + "BC | \n", + "1 | \n", + "
| 59 | \n", + "NB | \n", + "1 | \n", + "
| 60 | \n", + "PE | \n", + "1 | \n", + "
| 61 | \n", + "SK | \n", + "1 | \n", + "
62 rows × 2 columns
\n", + "