Last active
December 14, 2015 03:29
-
-
Save austinogilvie/5021360 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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