Skip to content

Instantly share code, notes, and snippets.

@emmaremy
emmaremy / geocode.py
Last active January 10, 2023 19:52
Geocode a CSV of addresses using the Census geocoder
import json
import sys
import requests
import urllib.parse
import numpy as np
import pandas as pd
from tqdm import tqdm
"""
Little script to geocode addresses using the census geocoder.
@emmaremy
emmaremy / .tmux.conf
Created September 5, 2018 12:32
Personal dotfiles
set -g prefix C-k
unbind C-b
@emmaremy
emmaremy / config_mssql.yaml
Last active July 27, 2018 16:10
Move tables from SQL Server/MSSQL to Postgres using pandas
host: 'sql-server.domain.com'
username: 'emma'
password: 'cats123'
database: 'database1'
@emmaremy
emmaremy / .block
Last active May 19, 2017 19:01
Volcanic eruptions on a globe
license: gpl-3.0
height: 600
border: no