Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamulator committed May 24, 2018
0 parents commit c890b68
Show file tree
Hide file tree
Showing 11 changed files with 1,059 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
.ipynb_checkpoints
574 changes: 574 additions & 0 deletions ADA_Intro_SQL_1.ipynb

Large diffs are not rendered by default.

462 changes: 462 additions & 0 deletions ADA_Intro_SQL_2.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.md
@@ -0,0 +1,5 @@
# Coleridge Initiative
## Applied Data Analytics - Intro SQL

Click this badge to launch the training material:
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/Coleridge-Initiative/ada-intro-sql/master)
6 changes: 6 additions & 0 deletions binder/environment.yml
@@ -0,0 +1,6 @@
name: ada-intro-sql
channels:
- conda-forge
dependencies:
- ipywidgets
- beakerx
10 changes: 10 additions & 0 deletions binder/postBuild
@@ -0,0 +1,10 @@
#!/bin/bash

files='ca_wac_2015.sql ca_rac_2015.sql ca_od_2015.sql ca_xwalk.sql mo_xwalk.sql'

for file in $files
do
unzip ~/data/${file}.zip -d ~/data/
sqlite3 lodes.db < ~/data/${file}
rm ~/data/${file}
done
Binary file added data/ca_od_2015.sql.zip
Binary file not shown.
Binary file added data/ca_rac_2015.sql.zip
Binary file not shown.
Binary file added data/ca_wac_2015.sql.zip
Binary file not shown.
Binary file added data/ca_xwalk.sql.zip
Binary file not shown.
Binary file added data/mo_xwalk.sql.zip
Binary file not shown.

0 comments on commit c890b68

Please sign in to comment.