Skip to content

Instantly share code, notes, and snippets.

@austinogilvie
Last active December 14, 2015 03:29
Show Gist options
  • Select an option

  • Save austinogilvie/5021360 to your computer and use it in GitHub Desktop.

Select an option

Save austinogilvie/5021360 to your computer and use it in GitHub Desktop.
from pandas.io import sql
help(sql)
# Help on module pandas.io.sql in pandas.io:
# NAME
# pandas.io.sql
# FILE
# /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas/io/sql.py
# DESCRIPTION
# Collection of query wrappers / abstractions to both facilitate data
# retrieval and to reduce dependency on DB-specific API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment