Skip to content

Instantly share code, notes, and snippets.

View kiwi0fruit's full-sized avatar

Peotr Zagubisalo kiwi0fruit

View GitHub Profile
@kiwi0fruit
kiwi0fruit / db.py
Last active August 14, 2019 17:54
db.py
import sqlite3
import pandas as pd
from IPython.display import display
# change path here
conn = sqlite3.connect(r'C:\Users\User\SOLTI_160_ENG__2019_08_07\SOLTI-160w.sqlite')
# %%