Skip to content

Instantly share code, notes, and snippets.

@tinkerbotfoo
tinkerbotfoo / pandas_dbms.py
Last active December 22, 2015 00:39 — forked from brandonwillard/pandas_dbms.py
PYTHON PANDAS - Work with Database script - postgres, mysql, oracle, sqllite3
"""
example use of pandas with oracle mysql postgresql sqlite
lightly tested.
to do:
save/restore index (how to check table existence? just do select count(*)?),
finish odbc,
add booleans?,
sql_server?
"""