Skip to content

Instantly share code, notes, and snippets.

View iwatobipen's full-sized avatar
:octocat:
working from ?

Taka iwatobipen

:octocat:
working from ?
View GitHub Profile
@peteWT
peteWT / pandas_dbms.py
Created August 21, 2012 01:19 — forked from catawbasam/pandas_dbms.py
Python PANDAS : load and save Dataframes to sqlite, MySQL, Oracle, Postgres
# -*- coding: utf-8 -*-
"""
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?