Skip to content

Instantly share code, notes, and snippets.

@grahamanderson
grahamanderson / permits.py
Last active May 20, 2019 00:56
Census Permit Text files have dodgy formatting. See https://www.census.gov/construction/bps/msamonthly.html. On occasion, text data needs reformatting. If you're looking for indications of economic growth, metro permit data is crucial.
import pandas as pd
import json
import numpy as np
import re
import requests
import requests_cache
from sqlalchemy import create_engine
from sqlalchemy.engine.url import URL
from sqlalchemy.orm.session import sessionmaker
requests_cache.install_cache('./data/requests_cache', backend='sqlite', expire_after=86400)
@grahamanderson
grahamanderson / GSheet_to_Pandas.ipynb
Last active July 25, 2018 21:48
Getting Google Sheets to work with Pandas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grahamanderson
grahamanderson / QR Code.ipynb
Last active March 11, 2018 13:43
QR Code from Provided Sku
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grahamanderson
grahamanderson / Census_Percentage_Change_by_Year.ipynb
Last active January 25, 2018 19:10
Census API––Percentage Change by Year––Proof of Concept
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grahamanderson
grahamanderson / Joke-BxR-Test.ipynb
Created February 3, 2017 16:31
electology/Joke-BxR-Test.ipynb
Sorry, this is too big to display.
@grahamanderson
grahamanderson / 2016-Presidential-Matchup-BxR-Plot-and-Differentiating-Factors.ipynb
Last active March 18, 2017 21:54
Notebook (1 of 2) for Electology's 2016 Presidential Election 9x9 Pairwise Analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grahamanderson
grahamanderson / Electology-Voting-Graphs-First-Release.ipynb
Last active January 9, 2017 20:00
Electology Graphs First Release
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grahamanderson
grahamanderson / Dendogram.ipynb
Last active January 9, 2017 20:07
Dendogram Example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grahamanderson
grahamanderson / DNC_Word2Vec_Gensim.ipynb
Created August 17, 2016 01:41
projects/04-fletcher/dnc_leaks/DNC_Word2Vec_Gensim.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@grahamanderson
grahamanderson / DNC-Modeling.ipynb
Created August 12, 2016 19:29
projects/dnc_leaks/DNC-Modeling.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.