Skip to content

Instantly share code, notes, and snippets.

View kevinjcliao's full-sized avatar

Kevin Liao kevinjcliao

View GitHub Profile
#!/usr/bin/env python
"""parse_building_codes.py: Parses building code violations provided by CfA"""
import csv
import datetime
__author__ = "Kevin Liao"
__copyright__ = "Copyright 2016, Kevin Liao"
__license__ = "GPL"