Skip to main content

Pandas

Installation​

pip install superduper_ibis

API​

Although pandas is not a database, it came come in very handy for testing. To connect, one specifies a list of .csv files:

import glob
from superduper import superduper

db = superduper(glob.glob('*.csv'))