# This is what I type in IPython. Every defined variable will tab complete, # so I just type the first letters and hit the TAB key to get a suggestion of what I was trying to type. %load csv2sql.py to_sqlite(CSV1, engine, 'movies') to_sqlite(CSV2, engine, 'countries') df = pandas.read_sql_query(first5, disk_engine) # display the dataframe etc df = pandas.read_sql_query(names_of_top10, disk_engine)