Created
October 22, 2015 18:56
-
-
Save hunterowens/b3e2f6d24e9260c33262 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
import pymssql | |
conn = pymssql.connect(server="", user="",password="", port=) | |
stmt = "SELECT * FROM AlumniMirror..vwApp_Detail WHERE applied_dummy = 1;" | |
df = pd.read_sql(stmt,conn) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment