Skip to content

Instantly share code, notes, and snippets.

View ajsmith007's full-sized avatar

Drew ajsmith007

  • San Francisco, CA
View GitHub Profile
# see also https://github.com/wrobstory/pgshift
import gzip
from io import StringIO, BytesIO
from functools import wraps
import boto
from sqlalchemy import MetaData
from pandas import DataFrame
from pandas.io.sql import SQLTable, pandasSQL_builder