Skip to content

Instantly share code, notes, and snippets.

@jsanch
jsanch / mwbe-spending-wide.json
Last active November 7, 2016 05:21 — forked from timwis/parking-violations.v2.json
MWBE Spending VizWit configuration
{
"version": "2",
"header": {
"title": "M/WBE Spending",
"description": "",
"navigation": [
{
"label": "Download",
"url": "https://comptroller-nyc.demo.socrata.com/api/views/addi-hm63/rows.csv?accessType=DOWNLOAD"
}
@jsanch
jsanch / gist:594bc0d708aaf704db16
Created February 25, 2016 19:48 — forked from marks/gist:10f107dcdefa2c376c26
SPSS code to import a web-based CSV into a new dataset
* Encoding: UTF-8.
BEGIN PROGRAM Python.
# Import python dependencies
import urllib2
import csv
import spss
import re