In [ ]:
from spandex import utils, spatialtoolz
In [ ]:
# Connect to database if not already connected.
loader = utils.DataLoader()
# Load a delimited file to the database with the specified table name.
file_path = 'C:/mtc/data/parcels/alameda/IE670c.txt'
spatialtoolz.load_delimited_file(file_path, 'alameda_parcel_data', delimiter='\t')