Skip to content

Instantly share code, notes, and snippets.

View stonebig's full-sized avatar

stonebig

  • France
View GitHub Profile
@stonebig
stonebig / baresql.py
Created December 18, 2013 21:32
make sql easier for bare python users
# -*- coding: utf-8 -*-
import re
import sqlite3 as sqlite
import numpy as np
import pandas as pd
from pandas.io.sql import write_frame, execute
class baresql(object):
"""
baresql allows you to query in sql any of your python datas.
D:\result_tests\WinPython-32bit-3.4.1.1_build04\scripts>JULIA
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-rc1 (2014-07-14 02:04 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ build
|__/ | x86_64-w64-mingw32